Shades of Hot Magenta #F503E2
Tints of Hot Magenta #F503E2
RGB
CMYK
RGB Variations
Color information
#F503E2 (or 0xF503E2) is known color: Hot Magenta. HEX triplet: F5, 03 and E2. RGB value is (245,3,226). Sum of RGB (Red+Green+Blue) = 245+3+226=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 3 (1.56% from 255 or 0.63% from 474); Blue value is 226 (88.67% from 255 or 47.68% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F503E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F503E2 is #0AFC1D. Grayscale: #646464. Windows color (decimal): -719902 or 14812149. OLE color: 14812149.
HSL color Cylindrical-coordinate representation of color #F503E2: hue angle of 304.71º 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 #F503E2 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 226 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.04 |
| HSL | 304.71º | 0.98% | 0.49% | - |
| HSV(B) | 304.71º | 0.99% | 0.96% | - |
| XYZ | 51.42 | 24.97 | 74.06 | - |
| YUV | 100.78 | 198.67 | 230.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 226 | 0 | 0.99 | 0.08 | 0.04 | 304.71 | 0.98 | 0.49 |
| Hex | F5 | 3 | E2 | 0 | 63 | 8 | 4 | 131 | 62 | 31 |
| Octal | 365 | 3 | 342 | 0 | 143 | 10 | 4 | 461 | 142 | 61 |
| Binary | 11110101 | 11 | 11100010 | 0 | 1100011 | 1000 | 100 | 100110001 | 1100010 | 110001 |
Color Harmonies of #F503E2
Complementary color
Monochromatic Colors of #F503E2
Black with #F503E2
Text Example
Text Example
White with #F503E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F503E2; }
p { color: rgb(245,3,226); }
H1.HeaderClassName
{
color: #F503E2;
}
.AnyTagClassName
{
color: #F503E2;
}
</style>
background-color css
<style>
a { background-color: #F503E2; }
a { background-color: rgb(245,3,226); }
div.DivClassName
{
background-color: #F503E2;
}
.BgClassName
{
background-color: #F503E2;
}
</style>
border-color css
<style>
span { border-color: #F503E2; }
span { border-color: rgb(245,3,226); }
td.TdClassName
{
border-color: #F503E2;
}
.TagClassName
{
border-color: #F503E2;
}
</style>