color codes Logo

#f90ffe color codes

#F90FFE
(249,15,254)
0 Favorites   0 Comments

Color spaces of #f90ffe

RGB 24915254
HSL0.830.990.53
HSV299°94°100°
CMYK 0.020.940.00   0.00
XYZ57.127127.637196.0895
Yxy27.63710.31590.1528
Hunter Lab52.5710101.9706-71.5708
CIE-Lab59.559596.2727-61.5634

#f90ffe color RGB value is (249,15,254).

#f90ffe hex color red value is 249, green value is 15 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f90ffe hue: 0.83 , saturation: 0.99 and the lightness value of f90ffe is 0.53.

The process color (four color CMYK) of #f90ffe color code is 0.02, 0.94, 0.00, 0.00. Web safe color of #f90ffe is #ff00ff. Color #f90ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001111 11111110
Octal 371 17 376
Decimal 249 15 254
Hex F9 F FE

RGB Percentages of Color #f90ffe

%48.07
%2.90
%49.03

CMYK Percentages of Color #f90ffe

%2
%94
%0
%0

Triadic Colors of #f90ffe

#f90ffe #fef90f #0ffef9

Analogous Colors of #f90ffe

#f90ffe #fe0f8c #820ffe

Monochromatic Colors of #f90ffe

#f90ffe

Complementary Color

#f90ffe #14fe0f

#f90ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90ffe Color CSS Codes

.mybgcolor {background-color:#f90ffe; } 
.myforecolor {color:#f90ffe; }
.mybordercolor {border:3px solid #f90ffe; }

#f90ffe Text Font Color

<p style="color:#f90ffe">Text here</p>

This sample text font color is #f90ffe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f90ffe Background Color

<div style="background-color:#f90ffe">
Div content here</div>

This div background color is #f90ffe


#f90ffe Border Color

<div style="border:3px solid #f90ffe">
Div here</div>

This div border color is #f90ffe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,15,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f90ffe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f90ffe;
  -webkit-box-shadow: 1px 1px 3px 2px #f90ffe;
  box-shadow:         1px 1px 3px 2px #f90ffe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,15,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f90ffe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f90ffe;
  -webkit-box-shadow: 1px 1px 3px 2px #f90ffe;
  box-shadow:         1px 1px 3px 2px #f90ffe;">
Div content here</div>

This div box has shadow with color #f90ffe


Comments

No comments written yet.

Please login to write comment.