Html Css Color HEX #FC029F Hollywood Cerise

📋 copy color: '#FC029F'

red 252 ◦ green 2 ◦ blue 159

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

Shades of Hollywood Cerise #FC029F

Tints of Hollywood Cerise #FC029F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.48%

 BLUE value IS 159 (62.5% from 255) = 38.5%

R = 61.02%
G = 0.48%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC029F (or 0xFC029F) is known color: Hollywood Cerise. HEX triplet: FC, 02 and 9F. RGB value is (252,2,159). Sum of RGB (Red+Green+Blue) = 252+2+159=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC029F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC029F is #03FD60. Grayscale: #5E5E5E. Windows color (decimal): -261473 or 10420988. OLE color: 10420988.

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

Color convert

RGB 252 2 159 -
CMYK 0 0.99 0.37 0.01
HSL 322.32º 0.98% 0.5% -
HSV(B) 322.32º 0.99% 0.99% -
XYZ 46.42 23.24 34.84 -
YUV 94.65 164.33 240.23 -
System Red Green Blue C M Y K H S L
Decimal 252 2 159 0 0.99 0.37 0.01 322.32 0.98 0.5
Hex FC 2 9F 0 63 25 1 142 62 32
Octal 374 2 237 0 143 45 1 502 142 62
Binary 11111100 10 10011111 0 1100011 100101 1 101000010 1100010 110010

Color Harmonies of #FC029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC029F

Black with #FC029F

Text Example


Text Example

White with #FC029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC029F; }

 p { color: rgb(252,2,159); }

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

background-color css

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

 a { background-color: rgb(252,2,159); }

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

border-color css

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

 span { border-color: rgb(252,2,159); }

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