Shades of Hot Magenta #F60CDD
Tints of Hot Magenta #F60CDD
RGB
CMYK
RGB Variations
Color information
#F60CDD (or 0xF60CDD) is known color: Hot Magenta. HEX triplet: F6, 0C and DD. RGB value is (246,12,221). Sum of RGB (Red+Green+Blue) = 246+12+221=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 12 (5.08% from 255 or 2.51% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F60CDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60CDD is #09F322. Grayscale: #696969. Windows color (decimal): -652067 or 14486774. OLE color: 14486774.
HSL color Cylindrical-coordinate representation of color #F60CDD: hue angle of 306.41º 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 #F60CDD is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 221 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.04 |
| HSL | 306.41º | 0.93% | 0.51% | - |
| HSV(B) | 306.41º | 0.95% | 0.96% | - |
| XYZ | 51.19 | 25.08 | 70.55 | - |
| YUV | 105.79 | 193.02 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 221 | 0 | 0.95 | 0.10 | 0.04 | 306.41 | 0.93 | 0.51 |
| Hex | F6 | C | DD | 0 | 5F | A | 4 | 132 | 5D | 33 |
| Octal | 366 | 14 | 335 | 0 | 137 | 12 | 4 | 462 | 135 | 63 |
| Binary | 11110110 | 1100 | 11011101 | 0 | 1011111 | 1010 | 100 | 100110010 | 1011101 | 110011 |
Color Harmonies of #F60CDD
Complementary color
Monochromatic Colors of #F60CDD
Black with #F60CDD
Text Example
Text Example
White with #F60CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60CDD; }
p { color: rgb(246,12,221); }
H1.HeaderClassName
{
color: #F60CDD;
}
.AnyTagClassName
{
color: #F60CDD;
}
</style>
background-color css
<style>
a { background-color: #F60CDD; }
a { background-color: rgb(246,12,221); }
div.DivClassName
{
background-color: #F60CDD;
}
.BgClassName
{
background-color: #F60CDD;
}
</style>
border-color css
<style>
span { border-color: #F60CDD; }
span { border-color: rgb(246,12,221); }
td.TdClassName
{
border-color: #F60CDD;
}
.TagClassName
{
border-color: #F60CDD;
}
</style>