Html Css Color HEX #FC019D Hollywood Cerise

📋 copy color: '#FC019D'

red 252 ◦ green 1 ◦ blue 157

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

Shades of Hollywood Cerise #FC019D

Tints of Hollywood Cerise #FC019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.29%

R = 61.46%
G = 0.24%
B = 38.29%

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

#FC019D (or 0xFC019D) is known color: Hollywood Cerise. HEX triplet: FC, 01 and 9D. RGB value is (252,1,157). Sum of RGB (Red+Green+Blue) = 252+1+157=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 1 (0.78% from 255 or 0.24% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC019D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC019D is #03FE62. Grayscale: #5D5D5D. Windows color (decimal): -261731 or 10289660. OLE color: 10289660.

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

Color convert

RGB 252 1 157 -
CMYK 0 1.00 0.38 0.01
HSL 322.71º 0.99% 0.5% -
HSV(B) 322.71º 1% 0.99% -
XYZ 46.24 23.15 33.93 -
YUV 93.83 163.66 240.82 -
System Red Green Blue C M Y K H S L
Decimal 252 1 157 0 1.00 0.38 0.01 322.71 0.99 0.5
Hex FC 1 9D 0 64 26 1 143 63 32
Octal 374 1 235 0 144 46 1 503 143 62
Binary 11111100 1 10011101 0 1100100 100110 1 101000011 1100011 110010

Color Harmonies of #FC019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC019D

Black with #FC019D

Text Example


Text Example

White with #FC019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC019D; }

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

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

background-color css

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

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

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

border-color css

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

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

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