Shades of Hot Magenta #F60DCE
Tints of Hot Magenta #F60DCE
RGB
CMYK
RGB Variations
Color information
#F60DCE (or 0xF60DCE) is known color: Hot Magenta. HEX triplet: F6, 0D and CE. RGB value is (246,13,206). Sum of RGB (Red+Green+Blue) = 246+13+206=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 13 (5.47% from 255 or 2.80% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F60DCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60DCE is #09F231. Grayscale: #686868. Windows color (decimal): -651826 or 13503990. OLE color: 13503990.
HSL color Cylindrical-coordinate representation of color #F60DCE: hue angle of 310.3º 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 #F60DCE is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 13 | 206 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.04 |
| HSL | 310.3º | 0.93% | 0.51% | - |
| HSV(B) | 310.3º | 0.95% | 0.96% | - |
| XYZ | 49.29 | 24.34 | 60.49 | - |
| YUV | 104.67 | 185.19 | 228.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 13 | 206 | 0 | 0.95 | 0.16 | 0.04 | 310.3 | 0.93 | 0.51 |
| Hex | F6 | D | CE | 0 | 5F | 10 | 4 | 136 | 5D | 33 |
| Octal | 366 | 15 | 316 | 0 | 137 | 20 | 4 | 466 | 135 | 63 |
| Binary | 11110110 | 1101 | 11001110 | 0 | 1011111 | 10000 | 100 | 100110110 | 1011101 | 110011 |
Color Harmonies of #F60DCE
Complementary color
Monochromatic Colors of #F60DCE
Black with #F60DCE
Text Example
Text Example
White with #F60DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60DCE; }
p { color: rgb(246,13,206); }
H1.HeaderClassName
{
color: #F60DCE;
}
.AnyTagClassName
{
color: #F60DCE;
}
</style>
background-color css
<style>
a { background-color: #F60DCE; }
a { background-color: rgb(246,13,206); }
div.DivClassName
{
background-color: #F60DCE;
}
.BgClassName
{
background-color: #F60DCE;
}
</style>
border-color css
<style>
span { border-color: #F60DCE; }
span { border-color: rgb(246,13,206); }
td.TdClassName
{
border-color: #F60DCE;
}
.TagClassName
{
border-color: #F60DCE;
}
</style>