Html Css Color HEX #FC0AA2 Hollywood Cerise

📋 copy color: '#FC0AA2'

red 252 ◦ green 10 ◦ blue 162

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

Shades of Hollywood Cerise #FC0AA2

Tints of Hollywood Cerise #FC0AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.21%

R = 59.43%
G = 2.36%
B = 38.21%

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

#FC0AA2 (or 0xFC0AA2) is known color: Hollywood Cerise. HEX triplet: FC, 0A and A2. RGB value is (252,10,162). Sum of RGB (Red+Green+Blue) = 252+10+162=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 10 (4.30% from 255 or 2.36% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0AA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0AA2 is #03F55D. Grayscale: #636363. Windows color (decimal): -259422 or 10619644. OLE color: 10619644.

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

Color convert

RGB 252 10 162 -
CMYK 0 0.96 0.36 0.01
HSL 322.31º 0.98% 0.51% -
HSV(B) 322.31º 0.96% 0.99% -
XYZ 46.78 23.52 36.26 -
YUV 99.69 163.17 236.64 -
System Red Green Blue C M Y K H S L
Decimal 252 10 162 0 0.96 0.36 0.01 322.31 0.98 0.51
Hex FC A A2 0 60 24 1 142 62 33
Octal 374 12 242 0 140 44 1 502 142 63
Binary 11111100 1010 10100010 0 1100000 100100 1 101000010 1100010 110011

Color Harmonies of #FC0AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0AA2

Black with #FC0AA2

Text Example


Text Example

White with #FC0AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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