Shades of Hot Magenta #F613DF
Tints of Hot Magenta #F613DF
RGB
CMYK
RGB Variations
Color information
#F613DF (or 0xF613DF) is known color: Hot Magenta. HEX triplet: F6, 13 and DF. RGB value is (246,19,223). Sum of RGB (Red+Green+Blue) = 246+19+223=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 19 (7.81% from 255 or 3.89% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F613DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F613DF is #09EC20. Grayscale: #6D6D6D. Windows color (decimal): -650273 or 14619638. OLE color: 14619638.
HSL color Cylindrical-coordinate representation of color #F613DF: hue angle of 306.08º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F613DF is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 223 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.04 |
| HSL | 306.08º | 0.93% | 0.52% | - |
| HSV(B) | 306.08º | 0.92% | 0.96% | - |
| XYZ | 51.56 | 25.39 | 71.99 | - |
| YUV | 110.13 | 191.71 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 223 | 0 | 0.92 | 0.09 | 0.04 | 306.08 | 0.93 | 0.52 |
| Hex | F6 | 13 | DF | 0 | 5C | 9 | 4 | 132 | 5D | 34 |
| Octal | 366 | 23 | 337 | 0 | 134 | 11 | 4 | 462 | 135 | 64 |
| Binary | 11110110 | 10011 | 11011111 | 0 | 1011100 | 1001 | 100 | 100110010 | 1011101 | 110100 |
Color Harmonies of #F613DF
Complementary color
Monochromatic Colors of #F613DF
Black with #F613DF
Text Example
Text Example
White with #F613DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F613DF; }
p { color: rgb(246,19,223); }
H1.HeaderClassName
{
color: #F613DF;
}
.AnyTagClassName
{
color: #F613DF;
}
</style>
background-color css
<style>
a { background-color: #F613DF; }
a { background-color: rgb(246,19,223); }
div.DivClassName
{
background-color: #F613DF;
}
.BgClassName
{
background-color: #F613DF;
}
</style>
border-color css
<style>
span { border-color: #F613DF; }
span { border-color: rgb(246,19,223); }
td.TdClassName
{
border-color: #F613DF;
}
.TagClassName
{
border-color: #F613DF;
}
</style>