Shades of Hot Magenta #F902D9
Tints of Hot Magenta #F902D9
RGB
CMYK
RGB Variations
Color information
#F902D9 (or 0xF902D9) is known color: Hot Magenta. HEX triplet: F9, 02 and D9. RGB value is (249,2,217). Sum of RGB (Red+Green+Blue) = 249+2+217=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 2 (1.17% from 255 or 0.43% from 468); Blue value is 217 (85.16% from 255 or 46.37% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F902D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F902D9 is #06FD26. Grayscale: #636363. Windows color (decimal): -458023 or 14222073. OLE color: 14222073.
HSL color Cylindrical-coordinate representation of color #F902D9: hue angle of 307.77º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F902D9 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 217 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.02 |
| HSL | 307.77º | 0.98% | 0.49% | - |
| HSV(B) | 307.77º | 0.99% | 0.98% | - |
| XYZ | 51.61 | 25.19 | 67.79 | - |
| YUV | 100.36 | 193.83 | 234.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 217 | 0 | 0.99 | 0.13 | 0.02 | 307.77 | 0.98 | 0.49 |
| Hex | F9 | 2 | D9 | 0 | 63 | D | 2 | 134 | 62 | 31 |
| Octal | 371 | 2 | 331 | 0 | 143 | 15 | 2 | 464 | 142 | 61 |
| Binary | 11111001 | 10 | 11011001 | 0 | 1100011 | 1101 | 10 | 100110100 | 1100010 | 110001 |
Color Harmonies of #F902D9
Complementary color
Monochromatic Colors of #F902D9
Black with #F902D9
Text Example
Text Example
White with #F902D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F902D9; }
p { color: rgb(249,2,217); }
H1.HeaderClassName
{
color: #F902D9;
}
.AnyTagClassName
{
color: #F902D9;
}
</style>
background-color css
<style>
a { background-color: #F902D9; }
a { background-color: rgb(249,2,217); }
div.DivClassName
{
background-color: #F902D9;
}
.BgClassName
{
background-color: #F902D9;
}
</style>
border-color css
<style>
span { border-color: #F902D9; }
span { border-color: rgb(249,2,217); }
td.TdClassName
{
border-color: #F902D9;
}
.TagClassName
{
border-color: #F902D9;
}
</style>