Html Css Color HEX #FC009F Hollywood Cerise

📋 copy color: '#FC009F'

red 252 ◦ green 0 ◦ blue 159

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

Shades of Hollywood Cerise #FC009F

Tints of Hollywood Cerise #FC009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.69%

R = 61.31%
G = 0%
B = 38.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC009F (or 0xFC009F) is known color: Hollywood Cerise. HEX triplet: FC, 00 and 9F. RGB value is (252,0,159). Sum of RGB (Red+Green+Blue) = 252+0+159=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC009F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC009F is #03FF60. Grayscale: #5D5D5D. Windows color (decimal): -261985 or 10420476. OLE color: 10420476.

HSL color Cylindrical-coordinate representation of color #FC009F: hue angle of 322.14º 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 #FC009F is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 0 159 -
CMYK 0 1 0.37 0.01
HSL 322.14º 1% 0.49% -
HSV(B) 322.14º 1% 0.99% -
XYZ 46.4 23.2 34.83 -
YUV 93.47 164.99 241.07 -
System Red Green Blue C M Y K H S L
Decimal 252 0 159 0 1 0.37 0.01 322.14 1 0.49
Hex FC 0 9F 0 64 25 1 142 64 31
Octal 374 0 237 0 144 45 1 502 144 61
Binary 11111100 0 10011111 0 1100100 100101 1 101000010 1100100 110001

Color Harmonies of #FC009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC009F

Black with #FC009F

Text Example


Text Example

White with #FC009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC009F; }

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

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

background-color css

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

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

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

border-color css

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

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

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