Shades of Hot Magenta #F513D5
Tints of Hot Magenta #F513D5
RGB
CMYK
RGB Variations
Color information
#F513D5 (or 0xF513D5) is known color: Hot Magenta. HEX triplet: F5, 13 and D5. RGB value is (245,19,213). Sum of RGB (Red+Green+Blue) = 245+19+213=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 19 (7.81% from 255 or 3.98% from 477); Blue value is 213 (83.59% from 255 or 44.65% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F513D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F513D5 is #0AEC2A. Grayscale: #6C6C6C. Windows color (decimal): -715819 or 13964277. OLE color: 13964277.
HSL color Cylindrical-coordinate representation of color #F513D5: hue angle of 308.5º 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 #F513D5 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 213 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.04 |
| HSL | 308.5º | 0.92% | 0.52% | - |
| HSV(B) | 308.5º | 0.92% | 0.96% | - |
| XYZ | 49.9 | 24.68 | 65.08 | - |
| YUV | 108.69 | 186.87 | 225.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 213 | 0 | 0.92 | 0.13 | 0.04 | 308.5 | 0.92 | 0.52 |
| Hex | F5 | 13 | D5 | 0 | 5C | D | 4 | 134 | 5C | 34 |
| Octal | 365 | 23 | 325 | 0 | 134 | 15 | 4 | 464 | 134 | 64 |
| Binary | 11110101 | 10011 | 11010101 | 0 | 1011100 | 1101 | 100 | 100110100 | 1011100 | 110100 |
Color Harmonies of #F513D5
Complementary color
Monochromatic Colors of #F513D5
Black with #F513D5
Text Example
Text Example
White with #F513D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F513D5; }
p { color: rgb(245,19,213); }
H1.HeaderClassName
{
color: #F513D5;
}
.AnyTagClassName
{
color: #F513D5;
}
</style>
background-color css
<style>
a { background-color: #F513D5; }
a { background-color: rgb(245,19,213); }
div.DivClassName
{
background-color: #F513D5;
}
.BgClassName
{
background-color: #F513D5;
}
</style>
border-color css
<style>
span { border-color: #F513D5; }
span { border-color: rgb(245,19,213); }
td.TdClassName
{
border-color: #F513D5;
}
.TagClassName
{
border-color: #F513D5;
}
</style>