Html Css Color HEX #FC009E Hollywood Cerise

📋 copy color: '#FC009E'

red 252 ◦ green 0 ◦ blue 158

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

Shades of Hollywood Cerise #FC009E

Tints of Hollywood Cerise #FC009E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.54%

R = 61.46%
G = 0%
B = 38.54%

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

#FC009E (or 0xFC009E) is known color: Hollywood Cerise. HEX triplet: FC, 00 and 9E. RGB value is (252,0,158). Sum of RGB (Red+Green+Blue) = 252+0+158=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 0 (0.39% from 255 or 0% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC009E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC009E is #03FF61. Grayscale: #5C5C5C. Windows color (decimal): -261986 or 10354940. OLE color: 10354940.

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

Color convert

RGB 252 0 158 -
CMYK 0 1 0.37 0.01
HSL 322.38º 1% 0.49% -
HSV(B) 322.38º 1% 0.99% -
XYZ 46.32 23.16 34.38 -
YUV 93.36 164.49 241.15 -
System Red Green Blue C M Y K H S L
Decimal 252 0 158 0 1 0.37 0.01 322.38 1 0.49
Hex FC 0 9E 0 64 25 1 142 64 31
Octal 374 0 236 0 144 45 1 502 144 61
Binary 11111100 0 10011110 0 1100100 100101 1 101000010 1100100 110001

Color Harmonies of #FC009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC009E

Black with #FC009E

Text Example


Text Example

White with #FC009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC009E; }

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

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

background-color css

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

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

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

border-color css

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

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

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