Html Css Color HEX #FC02A1 Hollywood Cerise

📋 copy color: '#FC02A1'

red 252 ◦ green 2 ◦ blue 161

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

Shades of Hollywood Cerise #FC02A1

Tints of Hollywood Cerise #FC02A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.8%

R = 60.72%
G = 0.48%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC02A1 (or 0xFC02A1) is known color: Hollywood Cerise. HEX triplet: FC, 02 and A1. RGB value is (252,2,161). Sum of RGB (Red+Green+Blue) = 252+2+161=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 2 (1.17% from 255 or 0.48% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC02A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC02A1 is #03FD5E. Grayscale: #5E5E5E. Windows color (decimal): -261471 or 10552060. OLE color: 10552060.

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

Color convert

RGB 252 2 161 -
CMYK 0 0.99 0.36 0.01
HSL 321.84º 0.98% 0.5% -
HSV(B) 321.84º 0.99% 0.99% -
XYZ 46.6 23.31 35.76 -
YUV 94.88 165.33 240.07 -
System Red Green Blue C M Y K H S L
Decimal 252 2 161 0 0.99 0.36 0.01 321.84 0.98 0.5
Hex FC 2 A1 0 63 24 1 142 62 32
Octal 374 2 241 0 143 44 1 502 142 62
Binary 11111100 10 10100001 0 1100011 100100 1 101000010 1100010 110010

Color Harmonies of #FC02A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC02A1

Black with #FC02A1

Text Example


Text Example

White with #FC02A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC02A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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