#F009CB

Color #F009CB Hot Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Magenta #F009CB

Tints of Hot Magenta #F009CB

Color information

#F009CB (or 0xF009CB) is unknown color: approx Hot Magenta. HEX triplet: F0, 09 and CB. RGB value is (240,9,203). Sum of RGB (Red+Green+Blue) = 240+9+203=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 9 (3.91% from 255 or 1.99% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F009CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F009CB is #0FF634. Grayscale: #636363. Windows color (decimal): -1046069 or 13306352. OLE color: 13306352.

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

Color convert

RGB2409203-
CMYK00.960.150.06
HSL309.61º92.77%48.82%-
HSV(B)309.61º96.25%94.12%-
XYZ46.8123.0358.48-
YUV100.18186.03227.73-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.10%
GREEN value IS 9 (3.91% from 255) = 1.99%
BLUE value IS 203 (79.69% from 255) = 44.91%
R=53.10%
G=1.99%
B=44.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240920300.960.150.06309.6192.7748.82
HexF09CB060F61365d31
Octal36011313014017646613561
Binary111100001001110010110110000011111101001101101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F009CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F009CB; }

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

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

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

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

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

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

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

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