Html Css Color HEX #FC0799 Hollywood Cerise

📋 copy color: '#FC0799'

red 252 ◦ green 7 ◦ blue 153

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

Shades of Hollywood Cerise #FC0799

Tints of Hollywood Cerise #FC0799

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.7%

 BLUE value IS 153 (60.16% from 255) = 37.14%

R = 61.17%
G = 1.7%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC0799 (or 0xFC0799) is known color: Hollywood Cerise. HEX triplet: FC, 07 and 99. RGB value is (252,7,153). Sum of RGB (Red+Green+Blue) = 252+7+153=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 7 (3.12% from 255 or 1.70% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0799 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0799 is #03F866. Grayscale: #606060. Windows color (decimal): -260199 or 10029052. OLE color: 10029052.

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

Color convert

RGB 252 7 153 -
CMYK 0 0.97 0.39 0.01
HSL 324.24º 0.98% 0.51% -
HSV(B) 324.24º 0.97% 0.99% -
XYZ 45.97 23.15 32.18 -
YUV 96.9 159.67 238.63 -
System Red Green Blue C M Y K H S L
Decimal 252 7 153 0 0.97 0.39 0.01 324.24 0.98 0.51
Hex FC 7 99 0 61 27 1 144 62 33
Octal 374 7 231 0 141 47 1 504 142 63
Binary 11111100 111 10011001 0 1100001 100111 1 101000100 1100010 110011

Color Harmonies of #FC0799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0799

Black with #FC0799

Text Example


Text Example

White with #FC0799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0799; }

 p { color: rgb(252,7,153); }

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

background-color css

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

 a { background-color: rgb(252,7,153); }

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

border-color css

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

 span { border-color: rgb(252,7,153); }

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