Shades of Hot Magenta #F513DD
Tints of Hot Magenta #F513DD
RGB
CMYK
RGB Variations
Color information
#F513DD (or 0xF513DD) is known color: Hot Magenta. HEX triplet: F5, 13 and DD. RGB value is (245,19,221). Sum of RGB (Red+Green+Blue) = 245+19+221=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 19 (7.81% from 255 or 3.92% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F513DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F513DD is #0AEC22. Grayscale: #6D6D6D. Windows color (decimal): -715811 or 14488565. OLE color: 14488565.
HSL color Cylindrical-coordinate representation of color #F513DD: hue angle of 306.37º degrees, saturation: 0.92, 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 #F513DD is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 221 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.04 |
| HSL | 306.37º | 0.92% | 0.52% | - |
| HSV(B) | 306.37º | 0.92% | 0.96% | - |
| XYZ | 50.94 | 25.1 | 70.57 | - |
| YUV | 109.6 | 190.87 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 221 | 0 | 0.92 | 0.10 | 0.04 | 306.37 | 0.92 | 0.52 |
| Hex | F5 | 13 | DD | 0 | 5C | A | 4 | 132 | 5C | 34 |
| Octal | 365 | 23 | 335 | 0 | 134 | 12 | 4 | 462 | 134 | 64 |
| Binary | 11110101 | 10011 | 11011101 | 0 | 1011100 | 1010 | 100 | 100110010 | 1011100 | 110100 |
Color Harmonies of #F513DD
Complementary color
Monochromatic Colors of #F513DD
Black with #F513DD
Text Example
Text Example
White with #F513DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F513DD; }
p { color: rgb(245,19,221); }
H1.HeaderClassName
{
color: #F513DD;
}
.AnyTagClassName
{
color: #F513DD;
}
</style>
background-color css
<style>
a { background-color: #F513DD; }
a { background-color: rgb(245,19,221); }
div.DivClassName
{
background-color: #F513DD;
}
.BgClassName
{
background-color: #F513DD;
}
</style>
border-color css
<style>
span { border-color: #F513DD; }
span { border-color: rgb(245,19,221); }
td.TdClassName
{
border-color: #F513DD;
}
.TagClassName
{
border-color: #F513DD;
}
</style>