Shades of Hot Magenta #F509D2
Tints of Hot Magenta #F509D2
RGB
CMYK
RGB Variations
Color information
#F509D2 (or 0xF509D2) is known color: Hot Magenta. HEX triplet: F5, 09 and D2. RGB value is (245,9,210). Sum of RGB (Red+Green+Blue) = 245+9+210=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 9 (3.91% from 255 or 1.94% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F509D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F509D2 is #0AF62D. Grayscale: #656565. Windows color (decimal): -718382 or 13765109. OLE color: 13765109.
HSL color Cylindrical-coordinate representation of color #F509D2: hue angle of 308.9º 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 #F509D2 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 210 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.04 |
| HSL | 308.9º | 0.93% | 0.5% | - |
| HSV(B) | 308.9º | 0.96% | 0.96% | - |
| XYZ | 49.39 | 24.26 | 63.05 | - |
| YUV | 102.48 | 188.69 | 229.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 210 | 0 | 0.96 | 0.14 | 0.04 | 308.9 | 0.93 | 0.5 |
| Hex | F5 | 9 | D2 | 0 | 60 | E | 4 | 135 | 5D | 32 |
| Octal | 365 | 11 | 322 | 0 | 140 | 16 | 4 | 465 | 135 | 62 |
| Binary | 11110101 | 1001 | 11010010 | 0 | 1100000 | 1110 | 100 | 100110101 | 1011101 | 110010 |
Color Harmonies of #F509D2
Complementary color
Monochromatic Colors of #F509D2
Black with #F509D2
Text Example
Text Example
White with #F509D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F509D2; }
p { color: rgb(245,9,210); }
H1.HeaderClassName
{
color: #F509D2;
}
.AnyTagClassName
{
color: #F509D2;
}
</style>
background-color css
<style>
a { background-color: #F509D2; }
a { background-color: rgb(245,9,210); }
div.DivClassName
{
background-color: #F509D2;
}
.BgClassName
{
background-color: #F509D2;
}
</style>
border-color css
<style>
span { border-color: #F509D2; }
span { border-color: rgb(245,9,210); }
td.TdClassName
{
border-color: #F509D2;
}
.TagClassName
{
border-color: #F509D2;
}
</style>