Shades of Hot Magenta #F507DD
Tints of Hot Magenta #F507DD
RGB
CMYK
RGB Variations
Color information
#F507DD (or 0xF507DD) is known color: Hot Magenta. HEX triplet: F5, 07 and DD. RGB value is (245,7,221). Sum of RGB (Red+Green+Blue) = 245+7+221=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 7 (3.12% from 255 or 1.48% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F507DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F507DD is #0AF822. Grayscale: #656565. Windows color (decimal): -718883 or 14485493. OLE color: 14485493.
HSL color Cylindrical-coordinate representation of color #F507DD: hue angle of 306.05º 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 #F507DD is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 7 | 221 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.04 |
| HSL | 306.05º | 0.94% | 0.49% | - |
| HSV(B) | 306.05º | 0.97% | 0.96% | - |
| XYZ | 50.78 | 24.78 | 70.51 | - |
| YUV | 102.56 | 194.85 | 229.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 7 | 221 | 0 | 0.97 | 0.10 | 0.04 | 306.05 | 0.94 | 0.49 |
| Hex | F5 | 7 | DD | 0 | 61 | A | 4 | 132 | 5E | 31 |
| Octal | 365 | 7 | 335 | 0 | 141 | 12 | 4 | 462 | 136 | 61 |
| Binary | 11110101 | 111 | 11011101 | 0 | 1100001 | 1010 | 100 | 100110010 | 1011110 | 110001 |
Color Harmonies of #F507DD
Complementary color
Monochromatic Colors of #F507DD
Black with #F507DD
Text Example
Text Example
White with #F507DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F507DD; }
p { color: rgb(245,7,221); }
H1.HeaderClassName
{
color: #F507DD;
}
.AnyTagClassName
{
color: #F507DD;
}
</style>
background-color css
<style>
a { background-color: #F507DD; }
a { background-color: rgb(245,7,221); }
div.DivClassName
{
background-color: #F507DD;
}
.BgClassName
{
background-color: #F507DD;
}
</style>
border-color css
<style>
span { border-color: #F507DD; }
span { border-color: rgb(245,7,221); }
td.TdClassName
{
border-color: #F507DD;
}
.TagClassName
{
border-color: #F507DD;
}
</style>