Html Css Color HEX #FC0199 Hollywood Cerise

📋 copy color: '#FC0199'

red 252 ◦ green 1 ◦ blue 153

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

Shades of Hollywood Cerise #FC0199

Tints of Hollywood Cerise #FC0199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 62.07%
G = 0.25%
B = 37.68%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC0199 (or 0xFC0199) is known color: Hollywood Cerise. HEX triplet: FC, 01 and 99. RGB value is (252,1,153). Sum of RGB (Red+Green+Blue) = 252+1+153=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 1 (0.78% from 255 or 0.25% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0199 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0199 is #03FE66. Grayscale: #5D5D5D. Windows color (decimal): -261735 or 10027516. OLE color: 10027516.

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

Color convert

RGB 252 1 153 -
CMYK 0 1.00 0.39 0.01
HSL 323.67º 0.99% 0.5% -
HSV(B) 323.67º 1% 0.99% -
XYZ 45.91 23.02 32.16 -
YUV 93.38 161.66 241.14 -
System Red Green Blue C M Y K H S L
Decimal 252 1 153 0 1.00 0.39 0.01 323.67 0.99 0.5
Hex FC 1 99 0 64 27 1 144 63 32
Octal 374 1 231 0 144 47 1 504 143 62
Binary 11111100 1 10011001 0 1100100 100111 1 101000100 1100011 110010

Color Harmonies of #FC0199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0199

Black with #FC0199

Text Example


Text Example

White with #FC0199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0199; }

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

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

background-color css

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

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

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

border-color css

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

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

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