Shades of Hot Magenta #F503CB
Tints of Hot Magenta #F503CB
RGB
CMYK
RGB Variations
Color information
#F503CB (or 0xF503CB) is known color: Hot Magenta. HEX triplet: F5, 03 and CB. RGB value is (245,3,203). Sum of RGB (Red+Green+Blue) = 245+3+203=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 3 (1.56% from 255 or 0.67% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F503CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F503CB is #0AFC34. Grayscale: #616161. Windows color (decimal): -719925 or 13304821. OLE color: 13304821.
HSL color Cylindrical-coordinate representation of color #F503CB: hue angle of 310.41º 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 #F503CB is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 203 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.04 |
| HSL | 310.41º | 0.98% | 0.49% | - |
| HSV(B) | 310.41º | 0.99% | 0.96% | - |
| XYZ | 48.47 | 23.79 | 58.54 | - |
| YUV | 98.16 | 187.17 | 232.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 203 | 0 | 0.99 | 0.17 | 0.04 | 310.41 | 0.98 | 0.49 |
| Hex | F5 | 3 | CB | 0 | 63 | 11 | 4 | 136 | 62 | 31 |
| Octal | 365 | 3 | 313 | 0 | 143 | 21 | 4 | 466 | 142 | 61 |
| Binary | 11110101 | 11 | 11001011 | 0 | 1100011 | 10001 | 100 | 100110110 | 1100010 | 110001 |
Color Harmonies of #F503CB
Complementary color
Monochromatic Colors of #F503CB
Black with #F503CB
Text Example
Text Example
White with #F503CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F503CB; }
p { color: rgb(245,3,203); }
H1.HeaderClassName
{
color: #F503CB;
}
.AnyTagClassName
{
color: #F503CB;
}
</style>
background-color css
<style>
a { background-color: #F503CB; }
a { background-color: rgb(245,3,203); }
div.DivClassName
{
background-color: #F503CB;
}
.BgClassName
{
background-color: #F503CB;
}
</style>
border-color css
<style>
span { border-color: #F503CB; }
span { border-color: rgb(245,3,203); }
td.TdClassName
{
border-color: #F503CB;
}
.TagClassName
{
border-color: #F503CB;
}
</style>