Shades of Hot Magenta #F500CB
Tints of Hot Magenta #F500CB
RGB
CMYK
RGB Variations
Color information
#F500CB (or 0xF500CB) is known color: Hot Magenta. HEX triplet: F5, 00 and CB. RGB value is (245,0,203). Sum of RGB (Red+Green+Blue) = 245+0+203=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 0 (0.39% from 255 or 0% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F500CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F500CB is #0AFF34. Grayscale: #5F5F5F. Windows color (decimal): -720693 or 13304053. OLE color: 13304053.
HSL color Cylindrical-coordinate representation of color #F500CB: hue angle of 310.29º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F500CB is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 203 | - |
| CMYK | 0 | 1 | 0.17 | 0.04 |
| HSL | 310.29º | 1% | 0.48% | - |
| HSV(B) | 310.29º | 1% | 0.96% | - |
| XYZ | 48.44 | 23.72 | 58.53 | - |
| YUV | 96.4 | 188.17 | 233.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 203 | 0 | 1 | 0.17 | 0.04 | 310.29 | 1 | 0.48 |
| Hex | F5 | 0 | CB | 0 | 64 | 11 | 4 | 136 | 64 | 30 |
| Octal | 365 | 0 | 313 | 0 | 144 | 21 | 4 | 466 | 144 | 60 |
| Binary | 11110101 | 0 | 11001011 | 0 | 1100100 | 10001 | 100 | 100110110 | 1100100 | 110000 |
Color Harmonies of #F500CB
Complementary color
Monochromatic Colors of #F500CB
Black with #F500CB
Text Example
Text Example
White with #F500CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F500CB; }
p { color: rgb(245,0,203); }
H1.HeaderClassName
{
color: #F500CB;
}
.AnyTagClassName
{
color: #F500CB;
}
</style>
background-color css
<style>
a { background-color: #F500CB; }
a { background-color: rgb(245,0,203); }
div.DivClassName
{
background-color: #F500CB;
}
.BgClassName
{
background-color: #F500CB;
}
</style>
border-color css
<style>
span { border-color: #F500CB; }
span { border-color: rgb(245,0,203); }
td.TdClassName
{
border-color: #F500CB;
}
.TagClassName
{
border-color: #F500CB;
}
</style>