Shades of Hot Magenta #F503CF
Tints of Hot Magenta #F503CF
RGB
CMYK
RGB Variations
Color information
#F503CF (or 0xF503CF) is known color: Hot Magenta. HEX triplet: F5, 03 and CF. RGB value is (245,3,207). Sum of RGB (Red+Green+Blue) = 245+3+207=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 3 (1.56% from 255 or 0.66% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F503CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F503CF is #0AFC30. Grayscale: #626262. Windows color (decimal): -719921 or 13566965. OLE color: 13566965.
HSL color Cylindrical-coordinate representation of color #F503CF: hue angle of 309.42º 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 #F503CF is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 207 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.04 |
| HSL | 309.42º | 0.98% | 0.49% | - |
| HSV(B) | 309.42º | 0.99% | 0.96% | - |
| XYZ | 48.95 | 23.98 | 61.08 | - |
| YUV | 98.61 | 189.17 | 232.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 207 | 0 | 0.99 | 0.16 | 0.04 | 309.42 | 0.98 | 0.49 |
| Hex | F5 | 3 | CF | 0 | 63 | 10 | 4 | 135 | 62 | 31 |
| Octal | 365 | 3 | 317 | 0 | 143 | 20 | 4 | 465 | 142 | 61 |
| Binary | 11110101 | 11 | 11001111 | 0 | 1100011 | 10000 | 100 | 100110101 | 1100010 | 110001 |
Color Harmonies of #F503CF
Complementary color
Monochromatic Colors of #F503CF
Black with #F503CF
Text Example
Text Example
White with #F503CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F503CF; }
p { color: rgb(245,3,207); }
H1.HeaderClassName
{
color: #F503CF;
}
.AnyTagClassName
{
color: #F503CF;
}
</style>
background-color css
<style>
a { background-color: #F503CF; }
a { background-color: rgb(245,3,207); }
div.DivClassName
{
background-color: #F503CF;
}
.BgClassName
{
background-color: #F503CF;
}
</style>
border-color css
<style>
span { border-color: #F503CF; }
span { border-color: rgb(245,3,207); }
td.TdClassName
{
border-color: #F503CF;
}
.TagClassName
{
border-color: #F503CF;
}
</style>