Color Hex Logo

#fc09af Color Hex

#FC09AF
(252,9,175)
0 Favorites   0 Comments

Color spaces of #fc09af

RGB 2529175
HSL0.890.980.51
HSV319°96°99°
CMYK 0.000.960.31   0.01
XYZ47.980423.986042.6583
Yxy23.98600.41860.2093
Hunter Lab48.975589.1660-17.3595
CIE-Lab56.073887.4552-22.0798

#fc09af color RGB value is (252,9,175).

#fc09af hex color red value is 252, green value is 9 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fc09af hue: 0.89 , saturation: 0.98 and the lightness value of fc09af is 0.51.

The process color (four color CMYK) of #fc09af color hex is 0.00, 0.96, 0.31, 0.01. Web safe color of #fc09af is #ff0099. Color #fc09af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00001001 10101111
Octal 374 11 257
Decimal 252 9 175
Hex FC 9 AF

RGB Percentages of Color #fc09af

%57.80
%2.06
%40.14

CMYK Percentages of Color #fc09af

%0
%96
%31
%1

Triadic Colors of #fc09af

#fc09af #affc09 #09affc

Analogous Colors of #fc09af

#fc09af #fc0936 #d009fc

Monochromatic Colors of #fc09af

#fc09af

Complementary Color

#fc09af #09fc56

#fc09af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc09af Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc09af Color CSS Codes

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

#fc09af Text Font Color

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

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


#fc09af Background Color

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

This div background color is #fc09af


#fc09af Border Color

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

This div border color is #fc09af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,9,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc09af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc09af;
  -webkit-box-shadow: 1px 1px 3px 2px #fc09af;
  box-shadow:         1px 1px 3px 2px #fc09af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,9,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc09af

Related Colors


Comments

No comments written yet.

Please login to write comment.