Shades of Hot Magenta #F612DD
Tints of Hot Magenta #F612DD
RGB
CMYK
RGB Variations
Color information
#F612DD (or 0xF612DD) is known color: Hot Magenta. HEX triplet: F6, 12 and DD. RGB value is (246,18,221). Sum of RGB (Red+Green+Blue) = 246+18+221=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 18 (7.42% from 255 or 3.71% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F612DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F612DD is #09ED22. Grayscale: #6C6C6C. Windows color (decimal): -650531 or 14488310. OLE color: 14488310.
HSL color Cylindrical-coordinate representation of color #F612DD: hue angle of 306.58º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F612DD is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 221 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.04 |
| HSL | 306.58º | 0.93% | 0.52% | - |
| HSV(B) | 306.58º | 0.93% | 0.96% | - |
| XYZ | 51.27 | 25.25 | 70.58 | - |
| YUV | 109.31 | 191.04 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 221 | 0 | 0.93 | 0.10 | 0.04 | 306.58 | 0.93 | 0.52 |
| Hex | F6 | 12 | DD | 0 | 5D | A | 4 | 133 | 5D | 34 |
| Octal | 366 | 22 | 335 | 0 | 135 | 12 | 4 | 463 | 135 | 64 |
| Binary | 11110110 | 10010 | 11011101 | 0 | 1011101 | 1010 | 100 | 100110011 | 1011101 | 110100 |
Color Harmonies of #F612DD
Complementary color
Monochromatic Colors of #F612DD
Black with #F612DD
Text Example
Text Example
White with #F612DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F612DD; }
p { color: rgb(246,18,221); }
H1.HeaderClassName
{
color: #F612DD;
}
.AnyTagClassName
{
color: #F612DD;
}
</style>
background-color css
<style>
a { background-color: #F612DD; }
a { background-color: rgb(246,18,221); }
div.DivClassName
{
background-color: #F612DD;
}
.BgClassName
{
background-color: #F612DD;
}
</style>
border-color css
<style>
span { border-color: #F612DD; }
span { border-color: rgb(246,18,221); }
td.TdClassName
{
border-color: #F612DD;
}
.TagClassName
{
border-color: #F612DD;
}
</style>