color codes Logo

#f90cac color codes

#F90CAC
(249,12,172)
0 Favorites   0 Comments

Color spaces of #f90cac

RGB 24912172
HSL0.890.950.51
HSV319°95°98°
CMYK 0.000.950.31   0.02
XYZ46.644823.381241.0843
Yxy23.38120.41980.2104
Hunter Lab48.354187.5704-16.5282
CIE-Lab55.462886.3597-21.3106

#f90cac color RGB value is (249,12,172).

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

The process color (four color CMYK) of #f90cac color code is 0.00, 0.95, 0.31, 0.02. Web safe color of #f90cac is #ff0099. Color #f90cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001100 10101100
Octal 371 14 254
Decimal 249 12 172
Hex F9 C AC

RGB Percentages of Color #f90cac

%57.51
%2.77
%39.72

CMYK Percentages of Color #f90cac

%0
%95
%31
%2

Triadic Colors of #f90cac

#f90cac #acf90c #0cacf9

Analogous Colors of #f90cac

#f90cac #f90c35 #d00cf9

Monochromatic Colors of #f90cac

#f90cac

Complementary Color

#f90cac #0cf959

#f90cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90cac Color CSS Codes

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

#f90cac Text Font Color

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

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


#f90cac Background Color

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

This div background color is #f90cac


#f90cac Border Color

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

This div border color is #f90cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90cac


Comments

No comments written yet.

Please login to write comment.