Shades of Hot Magenta #F001DA
Tints of Hot Magenta #F001DA
RGB
CMYK
RGB Variations
Color information
#F001DA (or 0xF001DA) is known color: Hot Magenta. HEX triplet: F0, 01 and DA. RGB value is (240,1,218). Sum of RGB (Red+Green+Blue) = 240+1+218=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 1 (0.78% from 255 or 0.22% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F001DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F001DA is #0FFE25. Grayscale: #606060. Windows color (decimal): -1048102 or 14287344. OLE color: 14287344.
HSL color Cylindrical-coordinate representation of color #F001DA: hue angle of 305.52º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F001DA is Cyan = 0, Magento = 1.00, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 218 | - |
| CMYK | 0 | 1.00 | 0.09 | 0.06 |
| HSL | 305.52º | 0.99% | 0.47% | - |
| HSV(B) | 305.52º | 1% | 0.94% | - |
| XYZ | 48.6 | 23.61 | 68.33 | - |
| YUV | 97.2 | 196.18 | 229.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 218 | 0 | 1.00 | 0.09 | 0.06 | 305.52 | 0.99 | 0.47 |
| Hex | F0 | 1 | DA | 0 | 64 | 9 | 6 | 132 | 63 | 2F |
| Octal | 360 | 1 | 332 | 0 | 144 | 11 | 6 | 462 | 143 | 57 |
| Binary | 11110000 | 1 | 11011010 | 0 | 1100100 | 1001 | 110 | 100110010 | 1100011 | 101111 |
Color Harmonies of #F001DA
Complementary color
Monochromatic Colors of #F001DA
Black with #F001DA
Text Example
Text Example
White with #F001DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F001DA; }
p { color: rgb(240,1,218); }
H1.HeaderClassName
{
color: #F001DA;
}
.AnyTagClassName
{
color: #F001DA;
}
</style>
background-color css
<style>
a { background-color: #F001DA; }
a { background-color: rgb(240,1,218); }
div.DivClassName
{
background-color: #F001DA;
}
.BgClassName
{
background-color: #F001DA;
}
</style>
border-color css
<style>
span { border-color: #F001DA; }
span { border-color: rgb(240,1,218); }
td.TdClassName
{
border-color: #F001DA;
}
.TagClassName
{
border-color: #F001DA;
}
</style>