#F009A0

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

Shades of Hollywood Cerise #F009A0

Tints of Hollywood Cerise #F009A0

Color information

#F009A0 (or 0xF009A0) is unknown color: approx Hollywood Cerise. HEX triplet: F0, 09 and A0. RGB value is (240,9,160). Sum of RGB (Red+Green+Blue) = 240+9+160=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 9 (3.91% from 255 or 2.20% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F009A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F009A0 is #0FF65F. Grayscale: #5E5E5E. Windows color (decimal): -1046112 or 10488304. OLE color: 10488304.

HSL color Cylindrical-coordinate representation of color #F009A0: hue angle of 320.78º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F009A0 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB2409160-
CMYK00.960.330.06
HSL320.78º92.77%48.82%-
HSV(B)320.78º96.25%94.12%-
XYZ42.3821.2635.13-
YUV95.28164.53231.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 58.68%
GREEN value IS 9 (3.91% from 255) = 2.20%
BLUE value IS 160 (62.89% from 255) = 39.12%
R=58.68%
G=2.20%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240916000.960.330.06320.7892.7748.82
HexF09A00602161415d31
Octal36011240014041650113561
Binary11110000100110100000011000001000011101010000011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F009A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F009A0; }

 p { color: rgb(240,9,160); }

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

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

 a { background-color: rgb(240,9,160); }

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

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

 span { border-color: rgb(240,9,160); }

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