Shades of Hot Magenta #F507D8
Tints of Hot Magenta #F507D8
RGB
CMYK
RGB Variations
Color information
#F507D8 (or 0xF507D8) is known color: Hot Magenta. HEX triplet: F5, 07 and D8. RGB value is (245,7,216). Sum of RGB (Red+Green+Blue) = 245+7+216=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 7 (3.12% from 255 or 1.50% from 468); Blue value is 216 (84.77% from 255 or 46.15% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F507D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F507D8 is #0AF827. Grayscale: #656565. Windows color (decimal): -718888 or 14157813. OLE color: 14157813.
HSL color Cylindrical-coordinate representation of color #F507D8: hue angle of 307.31º 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 #F507D8 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 7 | 216 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.04 |
| HSL | 307.31º | 0.94% | 0.49% | - |
| HSV(B) | 307.31º | 0.97% | 0.96% | - |
| XYZ | 50.13 | 24.52 | 67.06 | - |
| YUV | 101.99 | 192.35 | 230.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 7 | 216 | 0 | 0.97 | 0.12 | 0.04 | 307.31 | 0.94 | 0.49 |
| Hex | F5 | 7 | D8 | 0 | 61 | C | 4 | 133 | 5E | 31 |
| Octal | 365 | 7 | 330 | 0 | 141 | 14 | 4 | 463 | 136 | 61 |
| Binary | 11110101 | 111 | 11011000 | 0 | 1100001 | 1100 | 100 | 100110011 | 1011110 | 110001 |
Color Harmonies of #F507D8
Complementary color
Monochromatic Colors of #F507D8
Black with #F507D8
Text Example
Text Example
White with #F507D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F507D8; }
p { color: rgb(245,7,216); }
H1.HeaderClassName
{
color: #F507D8;
}
.AnyTagClassName
{
color: #F507D8;
}
</style>
background-color css
<style>
a { background-color: #F507D8; }
a { background-color: rgb(245,7,216); }
div.DivClassName
{
background-color: #F507D8;
}
.BgClassName
{
background-color: #F507D8;
}
</style>
border-color css
<style>
span { border-color: #F507D8; }
span { border-color: rgb(245,7,216); }
td.TdClassName
{
border-color: #F507D8;
}
.TagClassName
{
border-color: #F507D8;
}
</style>