#F009A3

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

Shades of Hollywood Cerise #F009A3

Tints of Hollywood Cerise #F009A3

Color information

#F009A3 (or 0xF009A3) is unknown color: approx Hollywood Cerise. HEX triplet: F0, 09 and A3. RGB value is (240,9,163). Sum of RGB (Red+Green+Blue) = 240+9+163=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 9 (3.91% from 255 or 2.18% from 412); Blue value is 163 (64.06% from 255 or 39.56% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F009A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F009A3 is #0FF65C. Grayscale: #5F5F5F. Windows color (decimal): -1046109 or 10684912. OLE color: 10684912.

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

Color convert

RGB2409163-
CMYK00.960.320.06
HSL320º92.77%48.82%-
HSV(B)320º96.25%94.12%-
XYZ42.6421.3636.53-
YUV95.62166.03230.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 58.25%
GREEN value IS 9 (3.91% from 255) = 2.18%
BLUE value IS 163 (64.06% from 255) = 39.56%
R=58.25%
G=2.18%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240916300.960.320.0632092.7748.82
HexF09A30602061405d31
Octal36011243014040650013561
Binary11110000100110100011011000001000001101010000001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F009A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F009A3; }

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

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

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

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

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

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

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

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