Color Hex Logo

#fc09bf Color Hex

#FC09BF
(252,9,191)
0 Favorites   0 Comments

Color spaces of #fc09bf

RGB 2529191
HSL0.880.980.51
HSV315°96°99°
CMYK 0.000.960.24   0.01
XYZ49.646524.652451.4319
Yxy24.65240.39490.1961
Hunter Lab49.651291.5936-26.6606
CIE-Lab56.735289.1602-30.3539

#fc09bf color RGB value is (252,9,191).

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

The process color (four color CMYK) of #fc09bf color hex is 0.00, 0.96, 0.24, 0.01. Web safe color of #fc09bf is #ff00cc. Color #fc09bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00001001 10111111
Octal 374 11 277
Decimal 252 9 191
Hex FC 9 BF

RGB Percentages of Color #fc09bf

%55.75
%1.99
%42.26

CMYK Percentages of Color #fc09bf

%0
%96
%24
%1

Triadic Colors of #fc09bf

#fc09bf #bffc09 #09bffc

Analogous Colors of #fc09bf

#fc09bf #fc0946 #c009fc

Monochromatic Colors of #fc09bf

#fc09bf

Complementary Color

#fc09bf #09fc46

#fc09bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc09bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc09bf Color CSS Codes

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

#fc09bf Text Font Color

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

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


#fc09bf Background Color

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

This div background color is #fc09bf


#fc09bf Border Color

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

This div border color is #fc09bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc09bf


Comments

No comments written yet.

Please login to write comment.