Shades of Hot Magenta #F503CE
Tints of Hot Magenta #F503CE
RGB
CMYK
RGB Variations
Color information
#F503CE (or 0xF503CE) is known color: Hot Magenta. HEX triplet: F5, 03 and CE. RGB value is (245,3,206). Sum of RGB (Red+Green+Blue) = 245+3+206=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 3 (1.56% from 255 or 0.66% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F503CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F503CE is #0AFC31. Grayscale: #616161. Windows color (decimal): -719922 or 13501429. OLE color: 13501429.
HSL color Cylindrical-coordinate representation of color #F503CE: hue angle of 309.67º 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 #F503CE is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 206 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.04 |
| HSL | 309.67º | 0.98% | 0.49% | - |
| HSV(B) | 309.67º | 0.99% | 0.96% | - |
| XYZ | 48.83 | 23.93 | 60.44 | - |
| YUV | 98.5 | 188.67 | 232.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 206 | 0 | 0.99 | 0.16 | 0.04 | 309.67 | 0.98 | 0.49 |
| Hex | F5 | 3 | CE | 0 | 63 | 10 | 4 | 136 | 62 | 31 |
| Octal | 365 | 3 | 316 | 0 | 143 | 20 | 4 | 466 | 142 | 61 |
| Binary | 11110101 | 11 | 11001110 | 0 | 1100011 | 10000 | 100 | 100110110 | 1100010 | 110001 |
Color Harmonies of #F503CE
Complementary color
Monochromatic Colors of #F503CE
Black with #F503CE
Text Example
Text Example
White with #F503CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F503CE; }
p { color: rgb(245,3,206); }
H1.HeaderClassName
{
color: #F503CE;
}
.AnyTagClassName
{
color: #F503CE;
}
</style>
background-color css
<style>
a { background-color: #F503CE; }
a { background-color: rgb(245,3,206); }
div.DivClassName
{
background-color: #F503CE;
}
.BgClassName
{
background-color: #F503CE;
}
</style>
border-color css
<style>
span { border-color: #F503CE; }
span { border-color: rgb(245,3,206); }
td.TdClassName
{
border-color: #F503CE;
}
.TagClassName
{
border-color: #F503CE;
}
</style>