Shades of Hot Magenta #F613DD
Tints of Hot Magenta #F613DD
RGB
CMYK
RGB Variations
Color information
#F613DD (or 0xF613DD) is known color: Hot Magenta. HEX triplet: F6, 13 and DD. RGB value is (246,19,221). Sum of RGB (Red+Green+Blue) = 246+19+221=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 19 (7.81% from 255 or 3.91% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F613DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F613DD is #09EC22. Grayscale: #6D6D6D. Windows color (decimal): -650275 or 14488566. OLE color: 14488566.
HSL color Cylindrical-coordinate representation of color #F613DD: hue angle of 306.61º 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 #F613DD is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 221 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.04 |
| HSL | 306.61º | 0.93% | 0.52% | - |
| HSV(B) | 306.61º | 0.92% | 0.96% | - |
| XYZ | 51.29 | 25.28 | 70.58 | - |
| YUV | 109.9 | 190.71 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 221 | 0 | 0.92 | 0.10 | 0.04 | 306.61 | 0.93 | 0.52 |
| Hex | F6 | 13 | DD | 0 | 5C | A | 4 | 133 | 5D | 34 |
| Octal | 366 | 23 | 335 | 0 | 134 | 12 | 4 | 463 | 135 | 64 |
| Binary | 11110110 | 10011 | 11011101 | 0 | 1011100 | 1010 | 100 | 100110011 | 1011101 | 110100 |
Color Harmonies of #F613DD
Complementary color
Monochromatic Colors of #F613DD
Black with #F613DD
Text Example
Text Example
White with #F613DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F613DD; }
p { color: rgb(246,19,221); }
H1.HeaderClassName
{
color: #F613DD;
}
.AnyTagClassName
{
color: #F613DD;
}
</style>
background-color css
<style>
a { background-color: #F613DD; }
a { background-color: rgb(246,19,221); }
div.DivClassName
{
background-color: #F613DD;
}
.BgClassName
{
background-color: #F613DD;
}
</style>
border-color css
<style>
span { border-color: #F613DD; }
span { border-color: rgb(246,19,221); }
td.TdClassName
{
border-color: #F613DD;
}
.TagClassName
{
border-color: #F613DD;
}
</style>