Shades of Hot Magenta #F905D9
Tints of Hot Magenta #F905D9
RGB
CMYK
RGB Variations
Color information
#F905D9 (or 0xF905D9) is known color: Hot Magenta. HEX triplet: F9, 05 and D9. RGB value is (249,5,217). Sum of RGB (Red+Green+Blue) = 249+5+217=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 5 (2.34% from 255 or 1.06% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F905D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F905D9 is #06FA26. Grayscale: #656565. Windows color (decimal): -457255 or 14222841. OLE color: 14222841.
HSL color Cylindrical-coordinate representation of color #F905D9: hue angle of 307.87º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F905D9 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 217 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.02 |
| HSL | 307.87º | 0.96% | 0.5% | - |
| HSV(B) | 307.87º | 0.98% | 0.98% | - |
| XYZ | 51.65 | 25.26 | 67.8 | - |
| YUV | 102.12 | 192.84 | 232.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 217 | 0 | 0.98 | 0.13 | 0.02 | 307.87 | 0.96 | 0.5 |
| Hex | F9 | 5 | D9 | 0 | 62 | D | 2 | 134 | 60 | 32 |
| Octal | 371 | 5 | 331 | 0 | 142 | 15 | 2 | 464 | 140 | 62 |
| Binary | 11111001 | 101 | 11011001 | 0 | 1100010 | 1101 | 10 | 100110100 | 1100000 | 110010 |
Color Harmonies of #F905D9
Complementary color
Monochromatic Colors of #F905D9
Black with #F905D9
Text Example
Text Example
White with #F905D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F905D9; }
p { color: rgb(249,5,217); }
H1.HeaderClassName
{
color: #F905D9;
}
.AnyTagClassName
{
color: #F905D9;
}
</style>
background-color css
<style>
a { background-color: #F905D9; }
a { background-color: rgb(249,5,217); }
div.DivClassName
{
background-color: #F905D9;
}
.BgClassName
{
background-color: #F905D9;
}
</style>
border-color css
<style>
span { border-color: #F905D9; }
span { border-color: rgb(249,5,217); }
td.TdClassName
{
border-color: #F905D9;
}
.TagClassName
{
border-color: #F905D9;
}
</style>