Shades of Hot Magenta #F005DF
Tints of Hot Magenta #F005DF
RGB
CMYK
RGB Variations
Color information
#F005DF (or 0xF005DF) is known color: Hot Magenta. HEX triplet: F0, 05 and DF. RGB value is (240,5,223). Sum of RGB (Red+Green+Blue) = 240+5+223=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 5 (2.34% from 255 or 1.07% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F005DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F005DF is #0FFA20. Grayscale: #636363. Windows color (decimal): -1047073 or 14616048. OLE color: 14616048.
HSL color Cylindrical-coordinate representation of color #F005DF: hue angle of 304.34º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F005DF is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 223 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.06 |
| HSL | 304.34º | 0.96% | 0.48% | - |
| HSV(B) | 304.34º | 0.98% | 0.94% | - |
| XYZ | 49.31 | 23.96 | 71.84 | - |
| YUV | 100.12 | 197.36 | 227.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 223 | 0 | 0.98 | 0.07 | 0.06 | 304.34 | 0.96 | 0.48 |
| Hex | F0 | 5 | DF | 0 | 62 | 7 | 6 | 130 | 60 | 30 |
| Octal | 360 | 5 | 337 | 0 | 142 | 7 | 6 | 460 | 140 | 60 |
| Binary | 11110000 | 101 | 11011111 | 0 | 1100010 | 111 | 110 | 100110000 | 1100000 | 110000 |
Color Harmonies of #F005DF
Complementary color
Monochromatic Colors of #F005DF
Black with #F005DF
Text Example
Text Example
White with #F005DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F005DF; }
p { color: rgb(240,5,223); }
H1.HeaderClassName
{
color: #F005DF;
}
.AnyTagClassName
{
color: #F005DF;
}
</style>
background-color css
<style>
a { background-color: #F005DF; }
a { background-color: rgb(240,5,223); }
div.DivClassName
{
background-color: #F005DF;
}
.BgClassName
{
background-color: #F005DF;
}
</style>
border-color css
<style>
span { border-color: #F005DF; }
span { border-color: rgb(240,5,223); }
td.TdClassName
{
border-color: #F005DF;
}
.TagClassName
{
border-color: #F005DF;
}
</style>