Shades of Hot Magenta #F500D1
Tints of Hot Magenta #F500D1
RGB
CMYK
RGB Variations
Color information
#F500D1 (or 0xF500D1) is known color: Hot Magenta. HEX triplet: F5, 00 and D1. RGB value is (245,0,209). Sum of RGB (Red+Green+Blue) = 245+0+209=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 0 (0.39% from 255 or 0% from 454); Blue value is 209 (82.03% from 255 or 46.04% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F500D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F500D1 is #0AFF2E. Grayscale: #606060. Windows color (decimal): -720687 or 13697269. OLE color: 13697269.
HSL color Cylindrical-coordinate representation of color #F500D1: hue angle of 308.82º 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 #F500D1 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 209 | - |
| CMYK | 0 | 1 | 0.15 | 0.04 |
| HSL | 308.82º | 1% | 0.48% | - |
| HSV(B) | 308.82º | 1% | 0.96% | - |
| XYZ | 49.16 | 24.02 | 62.37 | - |
| YUV | 97.08 | 191.17 | 233.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 209 | 0 | 1 | 0.15 | 0.04 | 308.82 | 1 | 0.48 |
| Hex | F5 | 0 | D1 | 0 | 64 | F | 4 | 135 | 64 | 30 |
| Octal | 365 | 0 | 321 | 0 | 144 | 17 | 4 | 465 | 144 | 60 |
| Binary | 11110101 | 0 | 11010001 | 0 | 1100100 | 1111 | 100 | 100110101 | 1100100 | 110000 |
Color Harmonies of #F500D1
Complementary color
Monochromatic Colors of #F500D1
Black with #F500D1
Text Example
Text Example
White with #F500D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F500D1; }
p { color: rgb(245,0,209); }
H1.HeaderClassName
{
color: #F500D1;
}
.AnyTagClassName
{
color: #F500D1;
}
</style>
background-color css
<style>
a { background-color: #F500D1; }
a { background-color: rgb(245,0,209); }
div.DivClassName
{
background-color: #F500D1;
}
.BgClassName
{
background-color: #F500D1;
}
</style>
border-color css
<style>
span { border-color: #F500D1; }
span { border-color: rgb(245,0,209); }
td.TdClassName
{
border-color: #F500D1;
}
.TagClassName
{
border-color: #F500D1;
}
</style>