#F010D9

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

Shades of Hot Magenta #F010D9

Tints of Hot Magenta #F010D9

Color information

#F010D9 (or 0xF010D9) is unknown color: approx Hot Magenta. HEX triplet: F0, 10 and D9. RGB value is (240,16,217). Sum of RGB (Red+Green+Blue) = 240+16+217=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 16 (6.64% from 255 or 3.38% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F010D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F010D9 is #0FEF26. Grayscale: #696969. Windows color (decimal): -1044263 or 14225648. OLE color: 14225648.

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

Color convert

RGB24016217-
CMYK00.930.100.06
HSL306.16º88.19%50.2%-
HSV(B)306.16º93.33%94.12%-
XYZ48.6423.9167.7-
YUV105.89190.71223.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.74%
GREEN value IS 16 (6.64% from 255) = 3.38%
BLUE value IS 217 (85.16% from 255) = 45.88%
R=50.74%
G=3.38%
B=45.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401621700.930.100.06306.1688.1950.2
HexF010D905DA61325832
Octal36020331013512646213062
Binary1111000010000110110010101110110101101001100101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F010D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F010D9; }

 p { color: rgb(240,16,217); }

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

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

 a { background-color: rgb(240,16,217); }

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

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

 span { border-color: rgb(240,16,217); }

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