Shades of Hot Magenta #F507DC
Tints of Hot Magenta #F507DC
RGB
CMYK
RGB Variations
Color information
#F507DC (or 0xF507DC) is known color: Hot Magenta. HEX triplet: F5, 07 and DC. RGB value is (245,7,220). Sum of RGB (Red+Green+Blue) = 245+7+220=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 7 (3.12% from 255 or 1.48% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F507DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F507DC is #0AF823. Grayscale: #656565. Windows color (decimal): -718884 or 14419957. OLE color: 14419957.
HSL color Cylindrical-coordinate representation of color #F507DC: hue angle of 306.3º 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 #F507DC is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 7 | 220 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.04 |
| HSL | 306.3º | 0.94% | 0.49% | - |
| HSV(B) | 306.3º | 0.97% | 0.96% | - |
| XYZ | 50.65 | 24.73 | 69.81 | - |
| YUV | 102.44 | 194.35 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 7 | 220 | 0 | 0.97 | 0.10 | 0.04 | 306.3 | 0.94 | 0.49 |
| Hex | F5 | 7 | DC | 0 | 61 | A | 4 | 132 | 5E | 31 |
| Octal | 365 | 7 | 334 | 0 | 141 | 12 | 4 | 462 | 136 | 61 |
| Binary | 11110101 | 111 | 11011100 | 0 | 1100001 | 1010 | 100 | 100110010 | 1011110 | 110001 |
Color Harmonies of #F507DC
Complementary color
Monochromatic Colors of #F507DC
Black with #F507DC
Text Example
Text Example
White with #F507DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F507DC; }
p { color: rgb(245,7,220); }
H1.HeaderClassName
{
color: #F507DC;
}
.AnyTagClassName
{
color: #F507DC;
}
</style>
background-color css
<style>
a { background-color: #F507DC; }
a { background-color: rgb(245,7,220); }
div.DivClassName
{
background-color: #F507DC;
}
.BgClassName
{
background-color: #F507DC;
}
</style>
border-color css
<style>
span { border-color: #F507DC; }
span { border-color: rgb(245,7,220); }
td.TdClassName
{
border-color: #F507DC;
}
.TagClassName
{
border-color: #F507DC;
}
</style>