#FC0FA2

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

Shades of Hollywood Cerise #FC0FA2

Tints of Hollywood Cerise #FC0FA2

Color information

#FC0FA2 (or 0xFC0FA2) is unknown color: approx Hollywood Cerise. HEX triplet: FC, 0F and A2. RGB value is (252,15,162). Sum of RGB (Red+Green+Blue) = 252+15+162=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0FA2 is #03F05D. Grayscale: #666666. Windows color (decimal): -258142 or 10620924. OLE color: 10620924.

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

Color convert

RGB25215162-
CMYK00.940.360.01
HSL322.78º97.53%52.35%-
HSV(B)322.78º94.05%98.82%-
XYZ46.8423.6536.28-
YUV102.62161.52234.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 58.74%
GREEN value IS 15 (6.25% from 255) = 3.50%
BLUE value IS 162 (63.67% from 255) = 37.76%
R=58.74%
G=3.50%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521516200.940.360.01322.7897.5352.35
HexFCFA205E2411436234
Octal37417242013644150314264
Binary111111001111101000100101111010010011010000111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0FA2; }

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

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

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

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

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

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

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

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