#F012A2

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

Shades of Hollywood Cerise #F012A2

Tints of Hollywood Cerise #F012A2

Color information

#F012A2 (or 0xF012A2) is unknown color: approx Hollywood Cerise. HEX triplet: F0, 12 and A2. RGB value is (240,18,162). Sum of RGB (Red+Green+Blue) = 240+18+162=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 18 (7.42% from 255 or 4.29% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F012A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F012A2 is #0FED5D. Grayscale: #646464. Windows color (decimal): -1043806 or 10621680. OLE color: 10621680.

HSL color Cylindrical-coordinate representation of color #F012A2: hue angle of 321.08º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F012A2 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB24018162-
CMYK00.920.320.06
HSL321.08º88.1%50.59%-
HSV(B)321.08º92.5%94.12%-
XYZ42.6721.5736.1-
YUV100.79162.55227.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.14%
GREEN value IS 18 (7.42% from 255) = 4.29%
BLUE value IS 162 (63.67% from 255) = 38.57%
R=57.14%
G=4.29%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401816200.920.320.06321.0888.150.59
HexF012A205C2061415833
Octal36022242013440650113063
Binary111100001001010100010010111001000001101010000011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F012A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F012A2; }

 p { color: rgb(240,18,162); }

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

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

 a { background-color: rgb(240,18,162); }

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

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

 span { border-color: rgb(240,18,162); }

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