Shades of Hot Magenta #F507D9
Tints of Hot Magenta #F507D9
RGB
CMYK
RGB Variations
Color information
#F507D9 (or 0xF507D9) is known color: Hot Magenta. HEX triplet: F5, 07 and D9. RGB value is (245,7,217). Sum of RGB (Red+Green+Blue) = 245+7+217=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 7 (3.12% from 255 or 1.49% from 469); Blue value is 217 (85.16% from 255 or 46.27% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F507D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F507D9 is #0AF826. Grayscale: #656565. Windows color (decimal): -718887 or 14223349. OLE color: 14223349.
HSL color Cylindrical-coordinate representation of color #F507D9: hue angle of 307.06º 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 #F507D9 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 7 | 217 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.04 |
| HSL | 307.06º | 0.94% | 0.49% | - |
| HSV(B) | 307.06º | 0.97% | 0.96% | - |
| XYZ | 50.26 | 24.57 | 67.74 | - |
| YUV | 102.1 | 192.85 | 229.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 7 | 217 | 0 | 0.97 | 0.11 | 0.04 | 307.06 | 0.94 | 0.49 |
| Hex | F5 | 7 | D9 | 0 | 61 | B | 4 | 133 | 5E | 31 |
| Octal | 365 | 7 | 331 | 0 | 141 | 13 | 4 | 463 | 136 | 61 |
| Binary | 11110101 | 111 | 11011001 | 0 | 1100001 | 1011 | 100 | 100110011 | 1011110 | 110001 |
Color Harmonies of #F507D9
Complementary color
Monochromatic Colors of #F507D9
Black with #F507D9
Text Example
Text Example
White with #F507D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F507D9; }
p { color: rgb(245,7,217); }
H1.HeaderClassName
{
color: #F507D9;
}
.AnyTagClassName
{
color: #F507D9;
}
</style>
background-color css
<style>
a { background-color: #F507D9; }
a { background-color: rgb(245,7,217); }
div.DivClassName
{
background-color: #F507D9;
}
.BgClassName
{
background-color: #F507D9;
}
</style>
border-color css
<style>
span { border-color: #F507D9; }
span { border-color: rgb(245,7,217); }
td.TdClassName
{
border-color: #F507D9;
}
.TagClassName
{
border-color: #F507D9;
}
</style>