Html Css Color HEX #FC009C Hollywood Cerise

📋 copy color: '#FC009C'

red 252 ◦ green 0 ◦ blue 156

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

Shades of Hollywood Cerise #FC009C

Tints of Hollywood Cerise #FC009C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 156 (61.33% from 255) = 38.24%

R = 61.76%
G = 0%
B = 38.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC009C (or 0xFC009C) is known color: Hollywood Cerise. HEX triplet: FC, 00 and 9C. RGB value is (252,0,156). Sum of RGB (Red+Green+Blue) = 252+0+156=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC009C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC009C is #03FF63. Grayscale: #5C5C5C. Windows color (decimal): -261988 or 10223868. OLE color: 10223868.

HSL color Cylindrical-coordinate representation of color #FC009C: hue angle of 322.86º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC009C is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 0 156 -
CMYK 0 1 0.38 0.01
HSL 322.86º 1% 0.49% -
HSV(B) 322.86º 1% 0.99% -
XYZ 46.15 23.1 33.48 -
YUV 93.13 163.49 241.32 -
System Red Green Blue C M Y K H S L
Decimal 252 0 156 0 1 0.38 0.01 322.86 1 0.49
Hex FC 0 9C 0 64 26 1 143 64 31
Octal 374 0 234 0 144 46 1 503 144 61
Binary 11111100 0 10011100 0 1100100 100110 1 101000011 1100100 110001

Color Harmonies of #FC009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC009C

Black with #FC009C

Text Example


Text Example

White with #FC009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC009C; }

 p { color: rgb(252,0,156); }

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

background-color css

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

 a { background-color: rgb(252,0,156); }

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

border-color css

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

 span { border-color: rgb(252,0,156); }

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