Shades of Hot Magenta #F509DF
Tints of Hot Magenta #F509DF
RGB
CMYK
RGB Variations
Color information
#F509DF (or 0xF509DF) is known color: Hot Magenta. HEX triplet: F5, 09 and DF. RGB value is (245,9,223). Sum of RGB (Red+Green+Blue) = 245+9+223=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 9 (3.91% from 255 or 1.89% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F509DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F509DF is #0AF620. Grayscale: #676767. Windows color (decimal): -718369 or 14617077. OLE color: 14617077.
HSL color Cylindrical-coordinate representation of color #F509DF: hue angle of 305.59º 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 #F509DF is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 223 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.04 |
| HSL | 305.59º | 0.93% | 0.5% | - |
| HSV(B) | 305.59º | 0.96% | 0.96% | - |
| XYZ | 51.07 | 24.94 | 71.93 | - |
| YUV | 103.96 | 195.19 | 228.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 223 | 0 | 0.96 | 0.09 | 0.04 | 305.59 | 0.93 | 0.5 |
| Hex | F5 | 9 | DF | 0 | 60 | 9 | 4 | 132 | 5D | 32 |
| Octal | 365 | 11 | 337 | 0 | 140 | 11 | 4 | 462 | 135 | 62 |
| Binary | 11110101 | 1001 | 11011111 | 0 | 1100000 | 1001 | 100 | 100110010 | 1011101 | 110010 |
Color Harmonies of #F509DF
Complementary color
Monochromatic Colors of #F509DF
Black with #F509DF
Text Example
Text Example
White with #F509DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F509DF; }
p { color: rgb(245,9,223); }
H1.HeaderClassName
{
color: #F509DF;
}
.AnyTagClassName
{
color: #F509DF;
}
</style>
background-color css
<style>
a { background-color: #F509DF; }
a { background-color: rgb(245,9,223); }
div.DivClassName
{
background-color: #F509DF;
}
.BgClassName
{
background-color: #F509DF;
}
</style>
border-color css
<style>
span { border-color: #F509DF; }
span { border-color: rgb(245,9,223); }
td.TdClassName
{
border-color: #F509DF;
}
.TagClassName
{
border-color: #F509DF;
}
</style>