Shades of Hot Magenta #F613DA
Tints of Hot Magenta #F613DA
RGB
CMYK
RGB Variations
Color information
#F613DA (or 0xF613DA) is known color: Hot Magenta. HEX triplet: F6, 13 and DA. RGB value is (246,19,218). Sum of RGB (Red+Green+Blue) = 246+19+218=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 19 (7.81% from 255 or 3.93% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F613DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F613DA is #09EC25. Grayscale: #6C6C6C. Windows color (decimal): -650278 or 14291958. OLE color: 14291958.
HSL color Cylindrical-coordinate representation of color #F613DA: hue angle of 307.4º 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 #F613DA is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 218 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.04 |
| HSL | 307.4º | 0.93% | 0.52% | - |
| HSV(B) | 307.4º | 0.92% | 0.96% | - |
| XYZ | 50.89 | 25.12 | 68.5 | - |
| YUV | 109.56 | 189.21 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 218 | 0 | 0.92 | 0.11 | 0.04 | 307.4 | 0.93 | 0.52 |
| Hex | F6 | 13 | DA | 0 | 5C | B | 4 | 133 | 5D | 34 |
| Octal | 366 | 23 | 332 | 0 | 134 | 13 | 4 | 463 | 135 | 64 |
| Binary | 11110110 | 10011 | 11011010 | 0 | 1011100 | 1011 | 100 | 100110011 | 1011101 | 110100 |
Color Harmonies of #F613DA
Complementary color
Monochromatic Colors of #F613DA
Black with #F613DA
Text Example
Text Example
White with #F613DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F613DA; }
p { color: rgb(246,19,218); }
H1.HeaderClassName
{
color: #F613DA;
}
.AnyTagClassName
{
color: #F613DA;
}
</style>
background-color css
<style>
a { background-color: #F613DA; }
a { background-color: rgb(246,19,218); }
div.DivClassName
{
background-color: #F613DA;
}
.BgClassName
{
background-color: #F613DA;
}
</style>
border-color css
<style>
span { border-color: #F613DA; }
span { border-color: rgb(246,19,218); }
td.TdClassName
{
border-color: #F613DA;
}
.TagClassName
{
border-color: #F613DA;
}
</style>