Shades of Hot Magenta #F902D7
Tints of Hot Magenta #F902D7
RGB
CMYK
RGB Variations
Color information
#F902D7 (or 0xF902D7) is known color: Hot Magenta. HEX triplet: F9, 02 and D7. RGB value is (249,2,215). Sum of RGB (Red+Green+Blue) = 249+2+215=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 2 (1.17% from 255 or 0.43% from 466); Blue value is 215 (84.38% from 255 or 46.14% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F902D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F902D7 is #06FD28. Grayscale: #636363. Windows color (decimal): -458025 or 14091001. OLE color: 14091001.
HSL color Cylindrical-coordinate representation of color #F902D7: hue angle of 308.26º 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 #F902D7 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 215 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.02 |
| HSL | 308.26º | 0.98% | 0.49% | - |
| HSV(B) | 308.26º | 0.99% | 0.98% | - |
| XYZ | 51.35 | 25.09 | 66.43 | - |
| YUV | 100.14 | 192.83 | 234.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 215 | 0 | 0.99 | 0.14 | 0.02 | 308.26 | 0.98 | 0.49 |
| Hex | F9 | 2 | D7 | 0 | 63 | E | 2 | 134 | 62 | 31 |
| Octal | 371 | 2 | 327 | 0 | 143 | 16 | 2 | 464 | 142 | 61 |
| Binary | 11111001 | 10 | 11010111 | 0 | 1100011 | 1110 | 10 | 100110100 | 1100010 | 110001 |
Color Harmonies of #F902D7
Complementary color
Monochromatic Colors of #F902D7
Black with #F902D7
Text Example
Text Example
White with #F902D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F902D7; }
p { color: rgb(249,2,215); }
H1.HeaderClassName
{
color: #F902D7;
}
.AnyTagClassName
{
color: #F902D7;
}
</style>
background-color css
<style>
a { background-color: #F902D7; }
a { background-color: rgb(249,2,215); }
div.DivClassName
{
background-color: #F902D7;
}
.BgClassName
{
background-color: #F902D7;
}
</style>
border-color css
<style>
span { border-color: #F902D7; }
span { border-color: rgb(249,2,215); }
td.TdClassName
{
border-color: #F902D7;
}
.TagClassName
{
border-color: #F902D7;
}
</style>