Shades of Hot Magenta #F503D1
Tints of Hot Magenta #F503D1
RGB
CMYK
RGB Variations
Color information
#F503D1 (or 0xF503D1) is known color: Hot Magenta. HEX triplet: F5, 03 and D1. RGB value is (245,3,209). Sum of RGB (Red+Green+Blue) = 245+3+209=457 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.61% from 457); Green value is 3 (1.56% from 255 or 0.66% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 245 - color contains mainly: red. Hex color #F503D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F503D1 is #0AFC2E. Grayscale: #626262. Windows color (decimal): -719919 or 13698037. OLE color: 13698037.
HSL color Cylindrical-coordinate representation of color #F503D1: hue angle of 308.93º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F503D1 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 209 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.04 |
| HSL | 308.93º | 0.98% | 0.49% | - |
| HSV(B) | 308.93º | 0.99% | 0.96% | - |
| XYZ | 49.2 | 24.08 | 62.38 | - |
| YUV | 98.84 | 190.17 | 232.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 209 | 0 | 0.99 | 0.15 | 0.04 | 308.93 | 0.98 | 0.49 |
| Hex | F5 | 3 | D1 | 0 | 63 | F | 4 | 135 | 62 | 31 |
| Octal | 365 | 3 | 321 | 0 | 143 | 17 | 4 | 465 | 142 | 61 |
| Binary | 11110101 | 11 | 11010001 | 0 | 1100011 | 1111 | 100 | 100110101 | 1100010 | 110001 |
Color Harmonies of #F503D1
Complementary color
Monochromatic Colors of #F503D1
Black with #F503D1
Text Example
Text Example
White with #F503D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F503D1; }
p { color: rgb(245,3,209); }
H1.HeaderClassName
{
color: #F503D1;
}
.AnyTagClassName
{
color: #F503D1;
}
</style>
background-color css
<style>
a { background-color: #F503D1; }
a { background-color: rgb(245,3,209); }
div.DivClassName
{
background-color: #F503D1;
}
.BgClassName
{
background-color: #F503D1;
}
</style>
border-color css
<style>
span { border-color: #F503D1; }
span { border-color: rgb(245,3,209); }
td.TdClassName
{
border-color: #F503D1;
}
.TagClassName
{
border-color: #F503D1;
}
</style>