Color Hex Logo

#f90fde Color Hex

#F90FDE
(249,15,222)
0 Favorites   0 Comments

Color spaces of #f90fde

RGB 24915222
HSL0.850.950.52
HSV307°94°98°
CMYK 0.000.940.11   0.02
XYZ52.422625.755371.3155
Yxy25.75530.35070.1723
Hunter Lab50.749795.5722-47.7919
CIE-Lab57.804091.9227-46.4402

#f90fde color RGB value is (249,15,222).

#f90fde hex color red value is 249, green value is 15 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f90fde hue: 0.85 , saturation: 0.95 and the lightness value of f90fde is 0.52.

The process color (four color CMYK) of #f90fde color hex is 0.00, 0.94, 0.11, 0.02. Web safe color of #f90fde is #ff00cc. Color #f90fde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001111 11011110
Octal 371 17 336
Decimal 249 15 222
Hex F9 F DE

RGB Percentages of Color #f90fde

%51.23
%3.09
%45.68

CMYK Percentages of Color #f90fde

%0
%94
%11
%2

Triadic Colors of #f90fde

#f90fde #def90f #0fdef9

Analogous Colors of #f90fde

#f90fde #f90f69 #9f0ff9

Monochromatic Colors of #f90fde

#f90fde

Complementary Color

#f90fde #0ff92a

#f90fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90fde Color CSS Codes

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

#f90fde Text Font Color

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

This sample text font color is #f90fde
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.


#f90fde Background Color

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

This div background color is #f90fde


#f90fde Border Color

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

This div border color is #f90fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90fde


Comments

No comments written yet.

Please login to write comment.