Shades of Hot Magenta #F503CC
Tints of Hot Magenta #F503CC
RGB
CMYK
RGB Variations
Color information
#F503CC (or 0xF503CC) is known color: Hot Magenta. HEX triplet: F5, 03 and CC. RGB value is (245,3,204). Sum of RGB (Red+Green+Blue) = 245+3+204=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 3 (1.56% from 255 or 0.66% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F503CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F503CC is #0AFC33. Grayscale: #616161. Windows color (decimal): -719924 or 13370357. OLE color: 13370357.
HSL color Cylindrical-coordinate representation of color #F503CC: hue angle of 310.17º 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 #F503CC is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 204 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.04 |
| HSL | 310.17º | 0.98% | 0.49% | - |
| HSV(B) | 310.17º | 0.99% | 0.96% | - |
| XYZ | 48.59 | 23.84 | 59.17 | - |
| YUV | 98.27 | 187.67 | 232.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 204 | 0 | 0.99 | 0.17 | 0.04 | 310.17 | 0.98 | 0.49 |
| Hex | F5 | 3 | CC | 0 | 63 | 11 | 4 | 136 | 62 | 31 |
| Octal | 365 | 3 | 314 | 0 | 143 | 21 | 4 | 466 | 142 | 61 |
| Binary | 11110101 | 11 | 11001100 | 0 | 1100011 | 10001 | 100 | 100110110 | 1100010 | 110001 |
Color Harmonies of #F503CC
Complementary color
Monochromatic Colors of #F503CC
Black with #F503CC
Text Example
Text Example
White with #F503CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F503CC; }
p { color: rgb(245,3,204); }
H1.HeaderClassName
{
color: #F503CC;
}
.AnyTagClassName
{
color: #F503CC;
}
</style>
background-color css
<style>
a { background-color: #F503CC; }
a { background-color: rgb(245,3,204); }
div.DivClassName
{
background-color: #F503CC;
}
.BgClassName
{
background-color: #F503CC;
}
</style>
border-color css
<style>
span { border-color: #F503CC; }
span { border-color: rgb(245,3,204); }
td.TdClassName
{
border-color: #F503CC;
}
.TagClassName
{
border-color: #F503CC;
}
</style>