Shades of Hot Magenta #F500D0
Tints of Hot Magenta #F500D0
RGB
CMYK
RGB Variations
Color information
#F500D0 (or 0xF500D0) is known color: Hot Magenta. HEX triplet: F5, 00 and D0. RGB value is (245,0,208). Sum of RGB (Red+Green+Blue) = 245+0+208=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 0 (0.39% from 255 or 0% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F500D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F500D0 is #0AFF2F. Grayscale: #606060. Windows color (decimal): -720688 or 13631733. OLE color: 13631733.
HSL color Cylindrical-coordinate representation of color #F500D0: hue angle of 309.06º 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 #F500D0 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 208 | - |
| CMYK | 0 | 1 | 0.15 | 0.04 |
| HSL | 309.06º | 1% | 0.48% | - |
| HSV(B) | 309.06º | 1% | 0.96% | - |
| XYZ | 49.04 | 23.97 | 61.72 | - |
| YUV | 96.97 | 190.67 | 233.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 208 | 0 | 1 | 0.15 | 0.04 | 309.06 | 1 | 0.48 |
| Hex | F5 | 0 | D0 | 0 | 64 | F | 4 | 135 | 64 | 30 |
| Octal | 365 | 0 | 320 | 0 | 144 | 17 | 4 | 465 | 144 | 60 |
| Binary | 11110101 | 0 | 11010000 | 0 | 1100100 | 1111 | 100 | 100110101 | 1100100 | 110000 |
Color Harmonies of #F500D0
Complementary color
Monochromatic Colors of #F500D0
Black with #F500D0
Text Example
Text Example
White with #F500D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F500D0; }
p { color: rgb(245,0,208); }
H1.HeaderClassName
{
color: #F500D0;
}
.AnyTagClassName
{
color: #F500D0;
}
</style>
background-color css
<style>
a { background-color: #F500D0; }
a { background-color: rgb(245,0,208); }
div.DivClassName
{
background-color: #F500D0;
}
.BgClassName
{
background-color: #F500D0;
}
</style>
border-color css
<style>
span { border-color: #F500D0; }
span { border-color: rgb(245,0,208); }
td.TdClassName
{
border-color: #F500D0;
}
.TagClassName
{
border-color: #F500D0;
}
</style>