Shades of Hot Magenta #F515DA
Tints of Hot Magenta #F515DA
RGB
CMYK
RGB Variations
Color information
#F515DA (or 0xF515DA) is known color: Hot Magenta. HEX triplet: F5, 15 and DA. RGB value is (245,21,218). Sum of RGB (Red+Green+Blue) = 245+21+218=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 21 (8.59% from 255 or 4.34% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F515DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F515DA is #0AEA25. Grayscale: #6D6D6D. Windows color (decimal): -715302 or 14292469. OLE color: 14292469.
HSL color Cylindrical-coordinate representation of color #F515DA: hue angle of 307.23º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F515DA is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 218 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.04 |
| HSL | 307.23º | 0.92% | 0.52% | - |
| HSV(B) | 307.23º | 0.91% | 0.96% | - |
| XYZ | 50.58 | 25.01 | 68.49 | - |
| YUV | 110.43 | 188.71 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 218 | 0 | 0.91 | 0.11 | 0.04 | 307.23 | 0.92 | 0.52 |
| Hex | F5 | 15 | DA | 0 | 5B | B | 4 | 133 | 5C | 34 |
| Octal | 365 | 25 | 332 | 0 | 133 | 13 | 4 | 463 | 134 | 64 |
| Binary | 11110101 | 10101 | 11011010 | 0 | 1011011 | 1011 | 100 | 100110011 | 1011100 | 110100 |
Color Harmonies of #F515DA
Complementary color
Monochromatic Colors of #F515DA
Black with #F515DA
Text Example
Text Example
White with #F515DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F515DA; }
p { color: rgb(245,21,218); }
H1.HeaderClassName
{
color: #F515DA;
}
.AnyTagClassName
{
color: #F515DA;
}
</style>
background-color css
<style>
a { background-color: #F515DA; }
a { background-color: rgb(245,21,218); }
div.DivClassName
{
background-color: #F515DA;
}
.BgClassName
{
background-color: #F515DA;
}
</style>
border-color css
<style>
span { border-color: #F515DA; }
span { border-color: rgb(245,21,218); }
td.TdClassName
{
border-color: #F515DA;
}
.TagClassName
{
border-color: #F515DA;
}
</style>