Html Css Color HEX #FC0AA8 Hollywood Cerise

📋 copy color: '#FC0AA8'

red 252 ◦ green 10 ◦ blue 168

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

Shades of Hollywood Cerise #FC0AA8

Tints of Hollywood Cerise #FC0AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.07%

R = 58.6%
G = 2.33%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC0AA8 (or 0xFC0AA8) is known color: Hollywood Cerise. HEX triplet: FC, 0A and A8. RGB value is (252,10,168). Sum of RGB (Red+Green+Blue) = 252+10+168=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 10 (4.30% from 255 or 2.33% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0AA8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0AA8 is #03F557. Grayscale: #636363. Windows color (decimal): -259416 or 11012860. OLE color: 11012860.

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

Color convert

RGB 252 10 168 -
CMYK 0 0.96 0.33 0.01
HSL 320.83º 0.98% 0.51% -
HSV(B) 320.83º 0.96% 0.99% -
XYZ 47.32 23.74 39.13 -
YUV 100.37 166.17 236.15 -
System Red Green Blue C M Y K H S L
Decimal 252 10 168 0 0.96 0.33 0.01 320.83 0.98 0.51
Hex FC A A8 0 60 21 1 141 62 33
Octal 374 12 250 0 140 41 1 501 142 63
Binary 11111100 1010 10101000 0 1100000 100001 1 101000001 1100010 110011

Color Harmonies of #FC0AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0AA8

Black with #FC0AA8

Text Example


Text Example

White with #FC0AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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