Shades of Hot Magenta #F601D3
Tints of Hot Magenta #F601D3
RGB
CMYK
RGB Variations
Color information
#F601D3 (or 0xF601D3) is known color: Hot Magenta. HEX triplet: F6, 01 and D3. RGB value is (246,1,211). Sum of RGB (Red+Green+Blue) = 246+1+211=458 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.71% from 458); Green value is 1 (0.78% from 255 or 0.22% from 458); Blue value is 211 (82.81% from 255 or 46.07% from 458); Max value from RGB is 246 - color contains mainly: red. Hex color #F601D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F601D3 is #09FE2C. Grayscale: #616161. Windows color (decimal): -654893 or 13828598. OLE color: 13828598.
HSL color Cylindrical-coordinate representation of color #F601D3: hue angle of 308.57º 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 #F601D3 is Cyan = 0, Magento = 1.00, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 1 | 211 | - |
| CMYK | 0 | 1.00 | 0.14 | 0.04 |
| HSL | 308.57º | 0.99% | 0.48% | - |
| HSV(B) | 308.57º | 1% | 0.96% | - |
| XYZ | 49.77 | 24.32 | 63.7 | - |
| YUV | 98.2 | 191.67 | 233.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 1 | 211 | 0 | 1.00 | 0.14 | 0.04 | 308.57 | 0.99 | 0.48 |
| Hex | F6 | 1 | D3 | 0 | 64 | E | 4 | 135 | 63 | 30 |
| Octal | 366 | 1 | 323 | 0 | 144 | 16 | 4 | 465 | 143 | 60 |
| Binary | 11110110 | 1 | 11010011 | 0 | 1100100 | 1110 | 100 | 100110101 | 1100011 | 110000 |
Color Harmonies of #F601D3
Complementary color
Monochromatic Colors of #F601D3
Black with #F601D3
Text Example
Text Example
White with #F601D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F601D3; }
p { color: rgb(246,1,211); }
H1.HeaderClassName
{
color: #F601D3;
}
.AnyTagClassName
{
color: #F601D3;
}
</style>
background-color css
<style>
a { background-color: #F601D3; }
a { background-color: rgb(246,1,211); }
div.DivClassName
{
background-color: #F601D3;
}
.BgClassName
{
background-color: #F601D3;
}
</style>
border-color css
<style>
span { border-color: #F601D3; }
span { border-color: rgb(246,1,211); }
td.TdClassName
{
border-color: #F601D3;
}
.TagClassName
{
border-color: #F601D3;
}
</style>