#FC0AA6

Color #FC0AA6 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #FC0AA6

Tints of Hollywood Cerise #FC0AA6

Color information

#FC0AA6 (or 0xFC0AA6) is unknown color: approx Hollywood Cerise. HEX triplet: FC, 0A and A6. RGB value is (252,10,166). Sum of RGB (Red+Green+Blue) = 252+10+166=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 10 (4.30% from 255 or 2.34% from 428); Blue value is 166 (65.23% from 255 or 38.79% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0AA6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0AA6 is #03F559. Grayscale: #636363. Windows color (decimal): -259418 or 10881788. OLE color: 10881788.

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

Color convert

RGB25210166-
CMYK00.960.340.01
HSL321.32º97.58%51.37%-
HSV(B)321.32º96.03%98.82%-
XYZ47.1423.6738.16-
YUV100.14165.17236.32-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 58.88%
GREEN value IS 10 (4.30% from 255) = 2.34%
BLUE value IS 166 (65.23% from 255) = 38.79%
R=58.88%
G=2.34%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521016600.960.340.01321.3297.5851.37
HexFCAA60602211416233
Octal37412246014042150114263
Binary111111001010101001100110000010001011010000011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0AA6; }

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

 H1.HeaderClassName
 {
   color: #FC0AA6;
 }
 .AnyTagClassName
 {
   color: #FC0AA6;
 }
</style>
background-color css

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

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

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

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

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

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