Html Css Color HEX #FC019C Hollywood Cerise

📋 copy color: '#FC019C'

red 252 ◦ green 1 ◦ blue 156

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

Shades of Hollywood Cerise #FC019C

Tints of Hollywood Cerise #FC019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.14%

R = 61.61%
G = 0.24%
B = 38.14%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC019C (or 0xFC019C) is known color: Hollywood Cerise. HEX triplet: FC, 01 and 9C. RGB value is (252,1,156). Sum of RGB (Red+Green+Blue) = 252+1+156=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 1 (0.78% from 255 or 0.24% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC019C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC019C is #03FE63. Grayscale: #5D5D5D. Windows color (decimal): -261732 or 10224124. OLE color: 10224124.

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

Color convert

RGB 252 1 156 -
CMYK 0 1.00 0.38 0.01
HSL 322.95º 0.99% 0.5% -
HSV(B) 322.95º 1% 0.99% -
XYZ 46.16 23.12 33.48 -
YUV 93.72 163.16 240.9 -
System Red Green Blue C M Y K H S L
Decimal 252 1 156 0 1.00 0.38 0.01 322.95 0.99 0.5
Hex FC 1 9C 0 64 26 1 143 63 32
Octal 374 1 234 0 144 46 1 503 143 62
Binary 11111100 1 10011100 0 1100100 100110 1 101000011 1100011 110010

Color Harmonies of #FC019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC019C

Black with #FC019C

Text Example


Text Example

White with #FC019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC019C; }

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

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

background-color css

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

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

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

border-color css

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

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

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