Shades of Hot Magenta #F60DD2
Tints of Hot Magenta #F60DD2
RGB
CMYK
RGB Variations
Color information
#F60DD2 (or 0xF60DD2) is known color: Hot Magenta. HEX triplet: F6, 0D and D2. RGB value is (246,13,210). Sum of RGB (Red+Green+Blue) = 246+13+210=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 13 (5.47% from 255 or 2.77% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F60DD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60DD2 is #09F22D. Grayscale: #686868. Windows color (decimal): -651822 or 13766134. OLE color: 13766134.
HSL color Cylindrical-coordinate representation of color #F60DD2: hue angle of 309.27º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F60DD2 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 13 | 210 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.04 |
| HSL | 309.27º | 0.93% | 0.51% | - |
| HSV(B) | 309.27º | 0.95% | 0.96% | - |
| XYZ | 49.78 | 24.53 | 63.08 | - |
| YUV | 105.13 | 187.19 | 228.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 13 | 210 | 0 | 0.95 | 0.15 | 0.04 | 309.27 | 0.93 | 0.51 |
| Hex | F6 | D | D2 | 0 | 5F | F | 4 | 135 | 5D | 33 |
| Octal | 366 | 15 | 322 | 0 | 137 | 17 | 4 | 465 | 135 | 63 |
| Binary | 11110110 | 1101 | 11010010 | 0 | 1011111 | 1111 | 100 | 100110101 | 1011101 | 110011 |
Color Harmonies of #F60DD2
Complementary color
Monochromatic Colors of #F60DD2
Black with #F60DD2
Text Example
Text Example
White with #F60DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60DD2; }
p { color: rgb(246,13,210); }
H1.HeaderClassName
{
color: #F60DD2;
}
.AnyTagClassName
{
color: #F60DD2;
}
</style>
background-color css
<style>
a { background-color: #F60DD2; }
a { background-color: rgb(246,13,210); }
div.DivClassName
{
background-color: #F60DD2;
}
.BgClassName
{
background-color: #F60DD2;
}
</style>
border-color css
<style>
span { border-color: #F60DD2; }
span { border-color: rgb(246,13,210); }
td.TdClassName
{
border-color: #F60DD2;
}
.TagClassName
{
border-color: #F60DD2;
}
</style>