Html Css Color HEX #FC09A0 Hollywood Cerise

📋 copy color: '#FC09A0'

red 252 ◦ green 9 ◦ blue 160

#FC09A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #FC09A0

Tints of Hollywood Cerise #FC09A0

RGB

 RED value IS 252 (98.83% from 255) = 59.86%

 GREEN value IS 9 (3.91% from 255) = 2.14%

 BLUE value IS 160 (62.89% from 255) = 38%

R = 59.86%
G = 2.14%
B = 38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FC09A0 (or 0xFC09A0) is known color: Hollywood Cerise. HEX triplet: FC, 09 and A0. RGB value is (252,9,160). Sum of RGB (Red+Green+Blue) = 252+9+160=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 9 (3.91% from 255 or 2.14% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC09A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC09A0 is #03F65F. Grayscale: #626262. Windows color (decimal): -259680 or 10488316. OLE color: 10488316.

HSL color Cylindrical-coordinate representation of color #FC09A0: hue angle of 322.72º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC09A0 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 9 160 -
CMYK 0 0.96 0.37 0.01
HSL 322.72º 0.98% 0.51% -
HSV(B) 322.72º 0.96% 0.99% -
XYZ 46.59 23.43 35.32 -
YUV 98.87 162.51 237.22 -
System Red Green Blue C M Y K H S L
Decimal 252 9 160 0 0.96 0.37 0.01 322.72 0.98 0.51
Hex FC 9 A0 0 60 25 1 143 62 33
Octal 374 11 240 0 140 45 1 503 142 63
Binary 11111100 1001 10100000 0 1100000 100101 1 101000011 1100010 110011

Color Harmonies of #FC09A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC09A0

Black with #FC09A0

Text Example


Text Example

White with #FC09A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC09A0; }

 p { color: rgb(252,9,160); }

 H1.HeaderClassName
 {
   color: #FC09A0;
 }
 .AnyTagClassName
 {
   color: #FC09A0;
 }
</style>

background-color css

<style>
 a { background-color: #FC09A0; }

 a { background-color: rgb(252,9,160); }

 div.DivClassName
 {
   background-color: #FC09A0;
 }
 .BgClassName
 {
   background-color: #FC09A0;
 }
</style>

border-color css

<style>
 span { border-color: #FC09A0; }

 span { border-color: rgb(252,9,160); }

 td.TdClassName
 {
   border-color: #FC09A0;
 }
 .TagClassName
 {
   border-color: #FC09A0;
 }
</style>