Shades of Hot Magenta #F612DF
Tints of Hot Magenta #F612DF
RGB
CMYK
RGB Variations
Color information
#F612DF (or 0xF612DF) is known color: Hot Magenta. HEX triplet: F6, 12 and DF. RGB value is (246,18,223). Sum of RGB (Red+Green+Blue) = 246+18+223=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 18 (7.42% from 255 or 3.70% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F612DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F612DF is #09ED20. Grayscale: #6C6C6C. Windows color (decimal): -650529 or 14619382. OLE color: 14619382.
HSL color Cylindrical-coordinate representation of color #F612DF: hue angle of 306.05º 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 #F612DF is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 223 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.04 |
| HSL | 306.05º | 0.93% | 0.52% | - |
| HSV(B) | 306.05º | 0.93% | 0.96% | - |
| XYZ | 51.54 | 25.35 | 71.99 | - |
| YUV | 109.54 | 192.04 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 223 | 0 | 0.93 | 0.09 | 0.04 | 306.05 | 0.93 | 0.52 |
| Hex | F6 | 12 | DF | 0 | 5D | 9 | 4 | 132 | 5D | 34 |
| Octal | 366 | 22 | 337 | 0 | 135 | 11 | 4 | 462 | 135 | 64 |
| Binary | 11110110 | 10010 | 11011111 | 0 | 1011101 | 1001 | 100 | 100110010 | 1011101 | 110100 |
Color Harmonies of #F612DF
Complementary color
Monochromatic Colors of #F612DF
Black with #F612DF
Text Example
Text Example
White with #F612DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F612DF; }
p { color: rgb(246,18,223); }
H1.HeaderClassName
{
color: #F612DF;
}
.AnyTagClassName
{
color: #F612DF;
}
</style>
background-color css
<style>
a { background-color: #F612DF; }
a { background-color: rgb(246,18,223); }
div.DivClassName
{
background-color: #F612DF;
}
.BgClassName
{
background-color: #F612DF;
}
</style>
border-color css
<style>
span { border-color: #F612DF; }
span { border-color: rgb(246,18,223); }
td.TdClassName
{
border-color: #F612DF;
}
.TagClassName
{
border-color: #F612DF;
}
</style>