Shades of Hot Magenta #F509DC
Tints of Hot Magenta #F509DC
RGB
CMYK
RGB Variations
Color information
#F509DC (or 0xF509DC) is known color: Hot Magenta. HEX triplet: F5, 09 and DC. RGB value is (245,9,220). Sum of RGB (Red+Green+Blue) = 245+9+220=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 9 (3.91% from 255 or 1.90% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F509DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F509DC is #0AF623. Grayscale: #676767. Windows color (decimal): -718372 or 14420469. OLE color: 14420469.
HSL color Cylindrical-coordinate representation of color #F509DC: hue angle of 306.36º 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 #F509DC is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 220 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.04 |
| HSL | 306.36º | 0.93% | 0.5% | - |
| HSV(B) | 306.36º | 0.96% | 0.96% | - |
| XYZ | 50.67 | 24.78 | 69.82 | - |
| YUV | 103.62 | 193.69 | 228.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 220 | 0 | 0.96 | 0.10 | 0.04 | 306.36 | 0.93 | 0.5 |
| Hex | F5 | 9 | DC | 0 | 60 | A | 4 | 132 | 5D | 32 |
| Octal | 365 | 11 | 334 | 0 | 140 | 12 | 4 | 462 | 135 | 62 |
| Binary | 11110101 | 1001 | 11011100 | 0 | 1100000 | 1010 | 100 | 100110010 | 1011101 | 110010 |
Color Harmonies of #F509DC
Complementary color
Monochromatic Colors of #F509DC
Black with #F509DC
Text Example
Text Example
White with #F509DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F509DC; }
p { color: rgb(245,9,220); }
H1.HeaderClassName
{
color: #F509DC;
}
.AnyTagClassName
{
color: #F509DC;
}
</style>
background-color css
<style>
a { background-color: #F509DC; }
a { background-color: rgb(245,9,220); }
div.DivClassName
{
background-color: #F509DC;
}
.BgClassName
{
background-color: #F509DC;
}
</style>
border-color css
<style>
span { border-color: #F509DC; }
span { border-color: rgb(245,9,220); }
td.TdClassName
{
border-color: #F509DC;
}
.TagClassName
{
border-color: #F509DC;
}
</style>