Color Hex Logo

#f90cee Color Hex

#F90CEE
(249,12,238)
0 Favorites   0 Comments

Color spaces of #f90cee

RGB 24912238
HSL0.840.950.51
HSV303°95°98°
CMYK 0.000.950.04   0.02
XYZ54.631026.575783.1392
Yxy26.57570.33240.1617
Hunter Lab51.551698.9471-59.5330
CIE-Lab58.579594.2591-54.2156

#f90cee color RGB value is (249,12,238).

#f90cee hex color red value is 249, green value is 12 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f90cee hue: 0.84 , saturation: 0.95 and the lightness value of f90cee is 0.51.

The process color (four color CMYK) of #f90cee color hex is 0.00, 0.95, 0.04, 0.02. Web safe color of #f90cee is #ff00ff. Color #f90cee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001100 11101110
Octal 371 14 356
Decimal 249 12 238
Hex F9 C EE

RGB Percentages of Color #f90cee

%49.90
%2.40
%47.70

CMYK Percentages of Color #f90cee

%0
%95
%4
%2

Triadic Colors of #f90cee

#f90cee #eef90c #0ceef9

Analogous Colors of #f90cee

#f90cee #f90c78 #8e0cf9

Monochromatic Colors of #f90cee

#f90cee

Complementary Color

#f90cee #0cf917

#f90cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90cee Color CSS Codes

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

#f90cee Text Font Color

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

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


#f90cee Background Color

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

This div background color is #f90cee


#f90cee Border Color

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

This div border color is #f90cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90cee


Comments

No comments written yet.

Please login to write comment.