Html Css Color HEX #FC0396 Hollywood Cerise

📋 copy color: '#FC0396'

red 252 ◦ green 3 ◦ blue 150

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

Shades of Hollywood Cerise #FC0396

Tints of Hollywood Cerise #FC0396

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.74%

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

R = 62.22%
G = 0.74%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC0396 (or 0xFC0396) is known color: Hollywood Cerise. HEX triplet: FC, 03 and 96. RGB value is (252,3,150). Sum of RGB (Red+Green+Blue) = 252+3+150=405 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.22% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0396 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0396 is #03FC69. Grayscale: #5D5D5D. Windows color (decimal): -261226 or 9831420. OLE color: 9831420.

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

Color convert

RGB 252 3 150 -
CMYK 0 0.99 0.40 0.01
HSL 324.58º 0.98% 0.5% -
HSV(B) 324.58º 0.99% 0.99% -
XYZ 45.68 22.96 30.88 -
YUV 94.21 159.49 240.55 -
System Red Green Blue C M Y K H S L
Decimal 252 3 150 0 0.99 0.40 0.01 324.58 0.98 0.5
Hex FC 3 96 0 63 28 1 145 62 32
Octal 374 3 226 0 143 50 1 505 142 62
Binary 11111100 11 10010110 0 1100011 101000 1 101000101 1100010 110010

Color Harmonies of #FC0396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0396

Black with #FC0396

Text Example


Text Example

White with #FC0396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0396; }

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

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

background-color css

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

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

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

border-color css

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

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

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