Shades of Hot Magenta #F509CB
Tints of Hot Magenta #F509CB
RGB
CMYK
RGB Variations
Color information
#F509CB (or 0xF509CB) is known color: Hot Magenta. HEX triplet: F5, 09 and CB. RGB value is (245,9,203). Sum of RGB (Red+Green+Blue) = 245+9+203=457 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.61% from 457); Green value is 9 (3.91% from 255 or 1.97% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 245 - color contains mainly: red. Hex color #F509CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F509CB is #0AF634. Grayscale: #656565. Windows color (decimal): -718389 or 13306357. OLE color: 13306357.
HSL color Cylindrical-coordinate representation of color #F509CB: hue angle of 310.68º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F509CB is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 203 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.04 |
| HSL | 310.68º | 0.93% | 0.5% | - |
| HSV(B) | 310.68º | 0.96% | 0.96% | - |
| XYZ | 48.53 | 23.92 | 58.56 | - |
| YUV | 101.68 | 185.19 | 230.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 203 | 0 | 0.96 | 0.17 | 0.04 | 310.68 | 0.93 | 0.5 |
| Hex | F5 | 9 | CB | 0 | 60 | 11 | 4 | 137 | 5D | 32 |
| Octal | 365 | 11 | 313 | 0 | 140 | 21 | 4 | 467 | 135 | 62 |
| Binary | 11110101 | 1001 | 11001011 | 0 | 1100000 | 10001 | 100 | 100110111 | 1011101 | 110010 |
Color Harmonies of #F509CB
Complementary color
Monochromatic Colors of #F509CB
Black with #F509CB
Text Example
Text Example
White with #F509CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F509CB; }
p { color: rgb(245,9,203); }
H1.HeaderClassName
{
color: #F509CB;
}
.AnyTagClassName
{
color: #F509CB;
}
</style>
background-color css
<style>
a { background-color: #F509CB; }
a { background-color: rgb(245,9,203); }
div.DivClassName
{
background-color: #F509CB;
}
.BgClassName
{
background-color: #F509CB;
}
</style>
border-color css
<style>
span { border-color: #F509CB; }
span { border-color: rgb(245,9,203); }
td.TdClassName
{
border-color: #F509CB;
}
.TagClassName
{
border-color: #F509CB;
}
</style>