Shades of Hot Magenta #F500D3
Tints of Hot Magenta #F500D3
RGB
CMYK
RGB Variations
Color information
#F500D3 (or 0xF500D3) is known color: Hot Magenta. HEX triplet: F5, 00 and D3. RGB value is (245,0,211). Sum of RGB (Red+Green+Blue) = 245+0+211=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 0 (0.39% from 255 or 0% from 456); Blue value is 211 (82.81% from 255 or 46.27% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F500D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F500D3 is #0AFF2C. Grayscale: #606060. Windows color (decimal): -720685 or 13828341. OLE color: 13828341.
HSL color Cylindrical-coordinate representation of color #F500D3: hue angle of 308.33º 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 #F500D3 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 211 | - |
| CMYK | 0 | 1 | 0.14 | 0.04 |
| HSL | 308.33º | 1% | 0.48% | - |
| HSV(B) | 308.33º | 1% | 0.96% | - |
| XYZ | 49.41 | 24.12 | 63.68 | - |
| YUV | 97.31 | 192.17 | 233.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 211 | 0 | 1 | 0.14 | 0.04 | 308.33 | 1 | 0.48 |
| Hex | F5 | 0 | D3 | 0 | 64 | E | 4 | 134 | 64 | 30 |
| Octal | 365 | 0 | 323 | 0 | 144 | 16 | 4 | 464 | 144 | 60 |
| Binary | 11110101 | 0 | 11010011 | 0 | 1100100 | 1110 | 100 | 100110100 | 1100100 | 110000 |
Color Harmonies of #F500D3
Complementary color
Monochromatic Colors of #F500D3
Black with #F500D3
Text Example
Text Example
White with #F500D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F500D3; }
p { color: rgb(245,0,211); }
H1.HeaderClassName
{
color: #F500D3;
}
.AnyTagClassName
{
color: #F500D3;
}
</style>
background-color css
<style>
a { background-color: #F500D3; }
a { background-color: rgb(245,0,211); }
div.DivClassName
{
background-color: #F500D3;
}
.BgClassName
{
background-color: #F500D3;
}
</style>
border-color css
<style>
span { border-color: #F500D3; }
span { border-color: rgb(245,0,211); }
td.TdClassName
{
border-color: #F500D3;
}
.TagClassName
{
border-color: #F500D3;
}
</style>