Shades of Hot Magenta #F513D4
Tints of Hot Magenta #F513D4
RGB
CMYK
RGB Variations
Color information
#F513D4 (or 0xF513D4) is known color: Hot Magenta. HEX triplet: F5, 13 and D4. RGB value is (245,19,212). Sum of RGB (Red+Green+Blue) = 245+19+212=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 19 (7.81% from 255 or 3.99% from 476); Blue value is 212 (83.20% from 255 or 44.54% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F513D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F513D4 is #0AEC2B. Grayscale: #6C6C6C. Windows color (decimal): -715820 or 13898741. OLE color: 13898741.
HSL color Cylindrical-coordinate representation of color #F513D4: hue angle of 308.76º 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 #F513D4 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 212 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.04 |
| HSL | 308.76º | 0.92% | 0.52% | - |
| HSV(B) | 308.76º | 0.92% | 0.96% | - |
| XYZ | 49.77 | 24.63 | 64.42 | - |
| YUV | 108.58 | 186.37 | 225.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 212 | 0 | 0.92 | 0.13 | 0.04 | 308.76 | 0.92 | 0.52 |
| Hex | F5 | 13 | D4 | 0 | 5C | D | 4 | 135 | 5C | 34 |
| Octal | 365 | 23 | 324 | 0 | 134 | 15 | 4 | 465 | 134 | 64 |
| Binary | 11110101 | 10011 | 11010100 | 0 | 1011100 | 1101 | 100 | 100110101 | 1011100 | 110100 |
Color Harmonies of #F513D4
Complementary color
Monochromatic Colors of #F513D4
Black with #F513D4
Text Example
Text Example
White with #F513D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F513D4; }
p { color: rgb(245,19,212); }
H1.HeaderClassName
{
color: #F513D4;
}
.AnyTagClassName
{
color: #F513D4;
}
</style>
background-color css
<style>
a { background-color: #F513D4; }
a { background-color: rgb(245,19,212); }
div.DivClassName
{
background-color: #F513D4;
}
.BgClassName
{
background-color: #F513D4;
}
</style>
border-color css
<style>
span { border-color: #F513D4; }
span { border-color: rgb(245,19,212); }
td.TdClassName
{
border-color: #F513D4;
}
.TagClassName
{
border-color: #F513D4;
}
</style>