Shades of Hot Magenta #F503D2
Tints of Hot Magenta #F503D2
RGB
CMYK
RGB Variations
Color information
#F503D2 (or 0xF503D2) is known color: Hot Magenta. HEX triplet: F5, 03 and D2. RGB value is (245,3,210). Sum of RGB (Red+Green+Blue) = 245+3+210=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 3 (1.56% from 255 or 0.66% from 458); Blue value is 210 (82.42% from 255 or 45.85% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F503D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F503D2 is #0AFC2D. Grayscale: #626262. Windows color (decimal): -719918 or 13763573. OLE color: 13763573.
HSL color Cylindrical-coordinate representation of color #F503D2: hue angle of 308.68º 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 #F503D2 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 210 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.04 |
| HSL | 308.68º | 0.98% | 0.49% | - |
| HSV(B) | 308.68º | 0.99% | 0.96% | - |
| XYZ | 49.32 | 24.13 | 63.03 | - |
| YUV | 98.96 | 190.67 | 232.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 210 | 0 | 0.99 | 0.14 | 0.04 | 308.68 | 0.98 | 0.49 |
| Hex | F5 | 3 | D2 | 0 | 63 | E | 4 | 135 | 62 | 31 |
| Octal | 365 | 3 | 322 | 0 | 143 | 16 | 4 | 465 | 142 | 61 |
| Binary | 11110101 | 11 | 11010010 | 0 | 1100011 | 1110 | 100 | 100110101 | 1100010 | 110001 |
Color Harmonies of #F503D2
Complementary color
Monochromatic Colors of #F503D2
Black with #F503D2
Text Example
Text Example
White with #F503D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F503D2; }
p { color: rgb(245,3,210); }
H1.HeaderClassName
{
color: #F503D2;
}
.AnyTagClassName
{
color: #F503D2;
}
</style>
background-color css
<style>
a { background-color: #F503D2; }
a { background-color: rgb(245,3,210); }
div.DivClassName
{
background-color: #F503D2;
}
.BgClassName
{
background-color: #F503D2;
}
</style>
border-color css
<style>
span { border-color: #F503D2; }
span { border-color: rgb(245,3,210); }
td.TdClassName
{
border-color: #F503D2;
}
.TagClassName
{
border-color: #F503D2;
}
</style>