Shades of Hot Magenta #F601DA
Tints of Hot Magenta #F601DA
RGB
CMYK
RGB Variations
Color information
#F601DA (or 0xF601DA) is known color: Hot Magenta. HEX triplet: F6, 01 and DA. RGB value is (246,1,218). Sum of RGB (Red+Green+Blue) = 246+1+218=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 1 (0.78% from 255 or 0.22% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F601DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F601DA is #09FE25. Grayscale: #626262. Windows color (decimal): -654886 or 14287350. OLE color: 14287350.
HSL color Cylindrical-coordinate representation of color #F601DA: hue angle of 306.86º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F601DA is Cyan = 0, Magento = 1.00, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 1 | 218 | - |
| CMYK | 0 | 1.00 | 0.11 | 0.04 |
| HSL | 306.86º | 0.99% | 0.48% | - |
| HSV(B) | 306.86º | 1% | 0.96% | - |
| XYZ | 50.67 | 24.68 | 68.42 | - |
| YUV | 98.99 | 195.17 | 232.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 1 | 218 | 0 | 1.00 | 0.11 | 0.04 | 306.86 | 0.99 | 0.48 |
| Hex | F6 | 1 | DA | 0 | 64 | B | 4 | 133 | 63 | 30 |
| Octal | 366 | 1 | 332 | 0 | 144 | 13 | 4 | 463 | 143 | 60 |
| Binary | 11110110 | 1 | 11011010 | 0 | 1100100 | 1011 | 100 | 100110011 | 1100011 | 110000 |
Color Harmonies of #F601DA
Complementary color
Monochromatic Colors of #F601DA
Black with #F601DA
Text Example
Text Example
White with #F601DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F601DA; }
p { color: rgb(246,1,218); }
H1.HeaderClassName
{
color: #F601DA;
}
.AnyTagClassName
{
color: #F601DA;
}
</style>
background-color css
<style>
a { background-color: #F601DA; }
a { background-color: rgb(246,1,218); }
div.DivClassName
{
background-color: #F601DA;
}
.BgClassName
{
background-color: #F601DA;
}
</style>
border-color css
<style>
span { border-color: #F601DA; }
span { border-color: rgb(246,1,218); }
td.TdClassName
{
border-color: #F601DA;
}
.TagClassName
{
border-color: #F601DA;
}
</style>