Shades of Hot Magenta #F005DA
Tints of Hot Magenta #F005DA
RGB
CMYK
RGB Variations
Color information
#F005DA (or 0xF005DA) is known color: Hot Magenta. HEX triplet: F0, 05 and DA. RGB value is (240,5,218). Sum of RGB (Red+Green+Blue) = 240+5+218=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 5 (2.34% from 255 or 1.08% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F005DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F005DA is #0FFA25. Grayscale: #626262. Windows color (decimal): -1047078 or 14288368. OLE color: 14288368.
HSL color Cylindrical-coordinate representation of color #F005DA: hue angle of 305.62º 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 #F005DA is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 218 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.06 |
| HSL | 305.62º | 0.96% | 0.48% | - |
| HSV(B) | 305.62º | 0.98% | 0.94% | - |
| XYZ | 48.64 | 23.7 | 68.34 | - |
| YUV | 99.55 | 194.86 | 228.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 218 | 0 | 0.98 | 0.09 | 0.06 | 305.62 | 0.96 | 0.48 |
| Hex | F0 | 5 | DA | 0 | 62 | 9 | 6 | 132 | 60 | 30 |
| Octal | 360 | 5 | 332 | 0 | 142 | 11 | 6 | 462 | 140 | 60 |
| Binary | 11110000 | 101 | 11011010 | 0 | 1100010 | 1001 | 110 | 100110010 | 1100000 | 110000 |
Color Harmonies of #F005DA
Complementary color
Monochromatic Colors of #F005DA
Black with #F005DA
Text Example
Text Example
White with #F005DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F005DA; }
p { color: rgb(240,5,218); }
H1.HeaderClassName
{
color: #F005DA;
}
.AnyTagClassName
{
color: #F005DA;
}
</style>
background-color css
<style>
a { background-color: #F005DA; }
a { background-color: rgb(240,5,218); }
div.DivClassName
{
background-color: #F005DA;
}
.BgClassName
{
background-color: #F005DA;
}
</style>
border-color css
<style>
span { border-color: #F005DA; }
span { border-color: rgb(240,5,218); }
td.TdClassName
{
border-color: #F005DA;
}
.TagClassName
{
border-color: #F005DA;
}
</style>