Html Css Color HEX #FC0399 Hollywood Cerise

📋 copy color: '#FC0399'

red 252 ◦ green 3 ◦ blue 153

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

Shades of Hollywood Cerise #FC0399

Tints of Hollywood Cerise #FC0399

RGB

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

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

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

R = 61.76%
G = 0.74%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC0399 (or 0xFC0399) is known color: Hollywood Cerise. HEX triplet: FC, 03 and 99. RGB value is (252,3,153). Sum of RGB (Red+Green+Blue) = 252+3+153=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 3 (1.56% from 255 or 0.74% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0399 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0399 is #03FC66. Grayscale: #5E5E5E. Windows color (decimal): -261223 or 10028028. OLE color: 10028028.

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

Color convert

RGB 252 3 153 -
CMYK 0 0.99 0.39 0.01
HSL 323.86º 0.98% 0.5% -
HSV(B) 323.86º 0.99% 0.99% -
XYZ 45.93 23.06 32.17 -
YUV 94.55 160.99 240.3 -
System Red Green Blue C M Y K H S L
Decimal 252 3 153 0 0.99 0.39 0.01 323.86 0.98 0.5
Hex FC 3 99 0 63 27 1 144 62 32
Octal 374 3 231 0 143 47 1 504 142 62
Binary 11111100 11 10011001 0 1100011 100111 1 101000100 1100010 110010

Color Harmonies of #FC0399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0399

Black with #FC0399

Text Example


Text Example

White with #FC0399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0399; }

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

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

background-color css

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

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

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

border-color css

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

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

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