Shades of Hot Magenta #F601D1
Tints of Hot Magenta #F601D1
RGB
CMYK
RGB Variations
Color information
#F601D1 (or 0xF601D1) is known color: Hot Magenta. HEX triplet: F6, 01 and D1. RGB value is (246,1,209). Sum of RGB (Red+Green+Blue) = 246+1+209=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 1 (0.78% from 255 or 0.22% from 456); Blue value is 209 (82.03% from 255 or 45.83% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F601D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F601D1 is #09FE2E. Grayscale: #616161. Windows color (decimal): -654895 or 13697526. OLE color: 13697526.
HSL color Cylindrical-coordinate representation of color #F601D1: hue angle of 309.06º 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 #F601D1 is Cyan = 0, Magento = 1.00, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 1 | 209 | - |
| CMYK | 0 | 1.00 | 0.15 | 0.04 |
| HSL | 309.06º | 0.99% | 0.48% | - |
| HSV(B) | 309.06º | 1% | 0.96% | - |
| XYZ | 49.53 | 24.22 | 62.39 | - |
| YUV | 97.97 | 190.67 | 233.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 1 | 209 | 0 | 1.00 | 0.15 | 0.04 | 309.06 | 0.99 | 0.48 |
| Hex | F6 | 1 | D1 | 0 | 64 | F | 4 | 135 | 63 | 30 |
| Octal | 366 | 1 | 321 | 0 | 144 | 17 | 4 | 465 | 143 | 60 |
| Binary | 11110110 | 1 | 11010001 | 0 | 1100100 | 1111 | 100 | 100110101 | 1100011 | 110000 |
Color Harmonies of #F601D1
Complementary color
Monochromatic Colors of #F601D1
Black with #F601D1
Text Example
Text Example
White with #F601D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F601D1; }
p { color: rgb(246,1,209); }
H1.HeaderClassName
{
color: #F601D1;
}
.AnyTagClassName
{
color: #F601D1;
}
</style>
background-color css
<style>
a { background-color: #F601D1; }
a { background-color: rgb(246,1,209); }
div.DivClassName
{
background-color: #F601D1;
}
.BgClassName
{
background-color: #F601D1;
}
</style>
border-color css
<style>
span { border-color: #F601D1; }
span { border-color: rgb(246,1,209); }
td.TdClassName
{
border-color: #F601D1;
}
.TagClassName
{
border-color: #F601D1;
}
</style>