Html Css Color HEX #FC0099 Hollywood Cerise

📋 copy color: '#FC0099'

red 252 ◦ green 0 ◦ blue 153

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

Shades of Hollywood Cerise #FC0099

Tints of Hollywood Cerise #FC0099

RGB

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

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

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

R = 62.22%
G = 0%
B = 37.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC0099 (or 0xFC0099) is known color: Hollywood Cerise. HEX triplet: FC, 00 and 99. RGB value is (252,0,153). Sum of RGB (Red+Green+Blue) = 252+0+153=405 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.22% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0099 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0099 is #03FF66. Grayscale: #5C5C5C. Windows color (decimal): -261991 or 10027260. OLE color: 10027260.

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

Color convert

RGB 252 0 153 -
CMYK 0 1 0.39 0.01
HSL 323.57º 1% 0.49% -
HSV(B) 323.57º 1% 0.99% -
XYZ 45.89 23 32.16 -
YUV 92.79 161.99 241.56 -
System Red Green Blue C M Y K H S L
Decimal 252 0 153 0 1 0.39 0.01 323.57 1 0.49
Hex FC 0 99 0 64 27 1 144 64 31
Octal 374 0 231 0 144 47 1 504 144 61
Binary 11111100 0 10011001 0 1100100 100111 1 101000100 1100100 110001

Color Harmonies of #FC0099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0099

Black with #FC0099

Text Example


Text Example

White with #FC0099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0099; }

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

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

background-color css

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

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

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

border-color css

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

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

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