#F20A99

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

Shades of Hollywood Cerise #F20A99

Tints of Hollywood Cerise #F20A99

Color information

#F20A99 (or 0xF20A99) is unknown color: approx Hollywood Cerise. HEX triplet: F2, 0A and 99. RGB value is (242,10,153). Sum of RGB (Red+Green+Blue) = 242+10+153=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 10 (4.30% from 255 or 2.47% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F20A99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20A99 is #0DF566. Grayscale: #5F5F5F. Windows color (decimal): -914791 or 10029810. OLE color: 10029810.

HSL color Cylindrical-coordinate representation of color #F20A99: hue angle of 323.02º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F20A99 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB24210153-
CMYK00.960.370.05
HSL323.02º92.06%49.41%-
HSV(B)323.02º95.87%94.9%-
XYZ42.4821.3932.03-
YUV95.67160.36232.37-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 59.75%
GREEN value IS 10 (4.30% from 255) = 2.47%
BLUE value IS 153 (60.16% from 255) = 37.78%
R=59.75%
G=2.47%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421015300.960.370.05323.0292.0649.41
HexF2A990602551435c31
Octal36212231014045550313461
Binary11110010101010011001011000001001011011010000111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F20A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F20A99; }

 p { color: rgb(242,10,153); }

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

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

 a { background-color: rgb(242,10,153); }

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

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

 span { border-color: rgb(242,10,153); }

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