Shades of Hot Magenta #F500D5
Tints of Hot Magenta #F500D5
RGB
CMYK
RGB Variations
Color information
#F500D5 (or 0xF500D5) is known color: Hot Magenta. HEX triplet: F5, 00 and D5. RGB value is (245,0,213). Sum of RGB (Red+Green+Blue) = 245+0+213=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 0 (0.39% from 255 or 0% from 458); Blue value is 213 (83.59% from 255 or 46.51% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F500D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F500D5 is #0AFF2A. Grayscale: #606060. Windows color (decimal): -720683 or 13959413. OLE color: 13959413.
HSL color Cylindrical-coordinate representation of color #F500D5: hue angle of 307.84º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F500D5 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 213 | - |
| CMYK | 0 | 1 | 0.13 | 0.04 |
| HSL | 307.84º | 1% | 0.48% | - |
| HSV(B) | 307.84º | 1% | 0.96% | - |
| XYZ | 49.67 | 24.22 | 65.01 | - |
| YUV | 97.54 | 193.17 | 233.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 213 | 0 | 1 | 0.13 | 0.04 | 307.84 | 1 | 0.48 |
| Hex | F5 | 0 | D5 | 0 | 64 | D | 4 | 134 | 64 | 30 |
| Octal | 365 | 0 | 325 | 0 | 144 | 15 | 4 | 464 | 144 | 60 |
| Binary | 11110101 | 0 | 11010101 | 0 | 1100100 | 1101 | 100 | 100110100 | 1100100 | 110000 |
Color Harmonies of #F500D5
Complementary color
Monochromatic Colors of #F500D5
Black with #F500D5
Text Example
Text Example
White with #F500D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F500D5; }
p { color: rgb(245,0,213); }
H1.HeaderClassName
{
color: #F500D5;
}
.AnyTagClassName
{
color: #F500D5;
}
</style>
background-color css
<style>
a { background-color: #F500D5; }
a { background-color: rgb(245,0,213); }
div.DivClassName
{
background-color: #F500D5;
}
.BgClassName
{
background-color: #F500D5;
}
</style>
border-color css
<style>
span { border-color: #F500D5; }
span { border-color: rgb(245,0,213); }
td.TdClassName
{
border-color: #F500D5;
}
.TagClassName
{
border-color: #F500D5;
}
</style>