Shades of Hot Magenta #F503DC
Tints of Hot Magenta #F503DC
RGB
CMYK
RGB Variations
Color information
#F503DC (or 0xF503DC) is known color: Hot Magenta. HEX triplet: F5, 03 and DC. RGB value is (245,3,220). Sum of RGB (Red+Green+Blue) = 245+3+220=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 3 (1.56% from 255 or 0.64% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F503DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F503DC is #0AFC23. Grayscale: #636363. Windows color (decimal): -719908 or 14418933. OLE color: 14418933.
HSL color Cylindrical-coordinate representation of color #F503DC: hue angle of 306.2º 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 #F503DC is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 220 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.04 |
| HSL | 306.2º | 0.98% | 0.49% | - |
| HSV(B) | 306.2º | 0.99% | 0.96% | - |
| XYZ | 50.61 | 24.64 | 69.8 | - |
| YUV | 100.1 | 195.67 | 231.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 220 | 0 | 0.99 | 0.10 | 0.04 | 306.2 | 0.98 | 0.49 |
| Hex | F5 | 3 | DC | 0 | 63 | A | 4 | 132 | 62 | 31 |
| Octal | 365 | 3 | 334 | 0 | 143 | 12 | 4 | 462 | 142 | 61 |
| Binary | 11110101 | 11 | 11011100 | 0 | 1100011 | 1010 | 100 | 100110010 | 1100010 | 110001 |
Color Harmonies of #F503DC
Complementary color
Monochromatic Colors of #F503DC
Black with #F503DC
Text Example
Text Example
White with #F503DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F503DC; }
p { color: rgb(245,3,220); }
H1.HeaderClassName
{
color: #F503DC;
}
.AnyTagClassName
{
color: #F503DC;
}
</style>
background-color css
<style>
a { background-color: #F503DC; }
a { background-color: rgb(245,3,220); }
div.DivClassName
{
background-color: #F503DC;
}
.BgClassName
{
background-color: #F503DC;
}
</style>
border-color css
<style>
span { border-color: #F503DC; }
span { border-color: rgb(245,3,220); }
td.TdClassName
{
border-color: #F503DC;
}
.TagClassName
{
border-color: #F503DC;
}
</style>