#F009CC

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

Shades of Hot Magenta #F009CC

Tints of Hot Magenta #F009CC

Color information

#F009CC (or 0xF009CC) is unknown color: approx Hot Magenta. HEX triplet: F0, 09 and CC. RGB value is (240,9,204). Sum of RGB (Red+Green+Blue) = 240+9+204=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 9 (3.91% from 255 or 1.99% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F009CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F009CC is #0FF633. Grayscale: #636363. Windows color (decimal): -1046068 or 13371888. OLE color: 13371888.

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

Color convert

RGB2409204-
CMYK00.960.150.06
HSL309.35º92.77%48.82%-
HSV(B)309.35º96.25%94.12%-
XYZ46.9323.0859.11-
YUV100.3186.53227.64-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.98%
GREEN value IS 9 (3.91% from 255) = 1.99%
BLUE value IS 204 (80.08% from 255) = 45.03%
R=52.98%
G=1.99%
B=45.03%

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
Decimal240920400.960.150.06309.3592.7748.82
HexF09CC060F61355d31
Octal36011314014017646513561
Binary111100001001110011000110000011111101001101011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F009CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F009CC; }

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

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

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

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

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

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

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

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