Shades of Hot Magenta #F507D1
Tints of Hot Magenta #F507D1
RGB
CMYK
RGB Variations
Color information
#F507D1 (or 0xF507D1) is known color: Hot Magenta. HEX triplet: F5, 07 and D1. RGB value is (245,7,209). Sum of RGB (Red+Green+Blue) = 245+7+209=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 7 (3.12% from 255 or 1.52% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F507D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F507D1 is #0AF82E. Grayscale: #646464. Windows color (decimal): -718895 or 13699061. OLE color: 13699061.
HSL color Cylindrical-coordinate representation of color #F507D1: hue angle of 309.08º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F507D1 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 7 | 209 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.04 |
| HSL | 309.08º | 0.94% | 0.49% | - |
| HSV(B) | 309.08º | 0.97% | 0.96% | - |
| XYZ | 49.24 | 24.17 | 62.39 | - |
| YUV | 101.19 | 188.85 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 7 | 209 | 0 | 0.97 | 0.15 | 0.04 | 309.08 | 0.94 | 0.49 |
| Hex | F5 | 7 | D1 | 0 | 61 | F | 4 | 135 | 5E | 31 |
| Octal | 365 | 7 | 321 | 0 | 141 | 17 | 4 | 465 | 136 | 61 |
| Binary | 11110101 | 111 | 11010001 | 0 | 1100001 | 1111 | 100 | 100110101 | 1011110 | 110001 |
Color Harmonies of #F507D1
Complementary color
Monochromatic Colors of #F507D1
Black with #F507D1
Text Example
Text Example
White with #F507D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F507D1; }
p { color: rgb(245,7,209); }
H1.HeaderClassName
{
color: #F507D1;
}
.AnyTagClassName
{
color: #F507D1;
}
</style>
background-color css
<style>
a { background-color: #F507D1; }
a { background-color: rgb(245,7,209); }
div.DivClassName
{
background-color: #F507D1;
}
.BgClassName
{
background-color: #F507D1;
}
</style>
border-color css
<style>
span { border-color: #F507D1; }
span { border-color: rgb(245,7,209); }
td.TdClassName
{
border-color: #F507D1;
}
.TagClassName
{
border-color: #F507D1;
}
</style>