Html Css Color HEX #FC0096 Hollywood Cerise

📋 copy color: '#FC0096'

red 252 ◦ green 0 ◦ blue 150

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

Shades of Hollywood Cerise #FC0096

Tints of Hollywood Cerise #FC0096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.31%

R = 62.69%
G = 0%
B = 37.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC0096 (or 0xFC0096) is known color: Hollywood Cerise. HEX triplet: FC, 00 and 96. RGB value is (252,0,150). Sum of RGB (Red+Green+Blue) = 252+0+150=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0096 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0096 is #03FF69. Grayscale: #5C5C5C. Windows color (decimal): -261994 or 9830652. OLE color: 9830652.

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

Color convert

RGB 252 0 150 -
CMYK 0 1 0.40 0.01
HSL 324.29º 1% 0.49% -
HSV(B) 324.29º 1% 0.99% -
XYZ 45.65 22.9 30.87 -
YUV 92.45 160.49 241.8 -
System Red Green Blue C M Y K H S L
Decimal 252 0 150 0 1 0.40 0.01 324.29 1 0.49
Hex FC 0 96 0 64 28 1 144 64 31
Octal 374 0 226 0 144 50 1 504 144 61
Binary 11111100 0 10010110 0 1100100 101000 1 101000100 1100100 110001

Color Harmonies of #FC0096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0096

Black with #FC0096

Text Example


Text Example

White with #FC0096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0096; }

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

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

background-color css

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

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

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

border-color css

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

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

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