Html Css Color HEX #FC0AA1 Hollywood Cerise

📋 copy color: '#FC0AA1'

red 252 ◦ green 10 ◦ blue 161

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

Shades of Hollywood Cerise #FC0AA1

Tints of Hollywood Cerise #FC0AA1

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.36%

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

R = 59.57%
G = 2.36%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC0AA1 (or 0xFC0AA1) is known color: Hollywood Cerise. HEX triplet: FC, 0A and A1. RGB value is (252,10,161). Sum of RGB (Red+Green+Blue) = 252+10+161=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 10 (4.30% from 255 or 2.36% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0AA1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0AA1 is #03F55E. Grayscale: #636363. Windows color (decimal): -259423 or 10554108. OLE color: 10554108.

HSL color Cylindrical-coordinate representation of color #FC0AA1: hue angle of 322.56º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0AA1 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 10 161 -
CMYK 0 0.96 0.36 0.01
HSL 322.56º 0.98% 0.51% -
HSV(B) 322.56º 0.96% 0.99% -
XYZ 46.69 23.49 35.79 -
YUV 99.57 162.67 236.72 -
System Red Green Blue C M Y K H S L
Decimal 252 10 161 0 0.96 0.36 0.01 322.56 0.98 0.51
Hex FC A A1 0 60 24 1 143 62 33
Octal 374 12 241 0 140 44 1 503 142 63
Binary 11111100 1010 10100001 0 1100000 100100 1 101000011 1100010 110011

Color Harmonies of #FC0AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0AA1

Black with #FC0AA1

Text Example


Text Example

White with #FC0AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0AA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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