Shades of Hot Magenta #F513DB
Tints of Hot Magenta #F513DB
RGB
CMYK
RGB Variations
Color information
#F513DB (or 0xF513DB) is known color: Hot Magenta. HEX triplet: F5, 13 and DB. RGB value is (245,19,219). Sum of RGB (Red+Green+Blue) = 245+19+219=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 19 (7.81% from 255 or 3.93% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F513DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F513DB is #0AEC24. Grayscale: #6C6C6C. Windows color (decimal): -715813 or 14357493. OLE color: 14357493.
HSL color Cylindrical-coordinate representation of color #F513DB: hue angle of 306.9º 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 #F513DB is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 219 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.04 |
| HSL | 306.9º | 0.92% | 0.52% | - |
| HSV(B) | 306.9º | 0.92% | 0.96% | - |
| XYZ | 50.68 | 24.99 | 69.17 | - |
| YUV | 109.37 | 189.87 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 219 | 0 | 0.92 | 0.11 | 0.04 | 306.9 | 0.92 | 0.52 |
| Hex | F5 | 13 | DB | 0 | 5C | B | 4 | 133 | 5C | 34 |
| Octal | 365 | 23 | 333 | 0 | 134 | 13 | 4 | 463 | 134 | 64 |
| Binary | 11110101 | 10011 | 11011011 | 0 | 1011100 | 1011 | 100 | 100110011 | 1011100 | 110100 |
Color Harmonies of #F513DB
Complementary color
Monochromatic Colors of #F513DB
Black with #F513DB
Text Example
Text Example
White with #F513DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F513DB; }
p { color: rgb(245,19,219); }
H1.HeaderClassName
{
color: #F513DB;
}
.AnyTagClassName
{
color: #F513DB;
}
</style>
background-color css
<style>
a { background-color: #F513DB; }
a { background-color: rgb(245,19,219); }
div.DivClassName
{
background-color: #F513DB;
}
.BgClassName
{
background-color: #F513DB;
}
</style>
border-color css
<style>
span { border-color: #F513DB; }
span { border-color: rgb(245,19,219); }
td.TdClassName
{
border-color: #F513DB;
}
.TagClassName
{
border-color: #F513DB;
}
</style>