Shades of Hot Magenta #F902D0
Tints of Hot Magenta #F902D0
RGB
CMYK
RGB Variations
Color information
#F902D0 (or 0xF902D0) is known color: Hot Magenta. HEX triplet: F9, 02 and D0. RGB value is (249,2,208). Sum of RGB (Red+Green+Blue) = 249+2+208=459 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.25% from 459); Green value is 2 (1.17% from 255 or 0.44% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 249 - color contains mainly: red. Hex color #F902D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F902D0 is #06FD2F. Grayscale: #626262. Windows color (decimal): -458032 or 13632249. OLE color: 13632249.
HSL color Cylindrical-coordinate representation of color #F902D0: hue angle of 309.96º 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 #F902D0 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 208 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.02 |
| HSL | 309.96º | 0.98% | 0.49% | - |
| HSV(B) | 309.96º | 0.99% | 0.98% | - |
| XYZ | 50.47 | 24.74 | 61.79 | - |
| YUV | 99.34 | 189.33 | 234.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 208 | 0 | 0.99 | 0.16 | 0.02 | 309.96 | 0.98 | 0.49 |
| Hex | F9 | 2 | D0 | 0 | 63 | 10 | 2 | 136 | 62 | 31 |
| Octal | 371 | 2 | 320 | 0 | 143 | 20 | 2 | 466 | 142 | 61 |
| Binary | 11111001 | 10 | 11010000 | 0 | 1100011 | 10000 | 10 | 100110110 | 1100010 | 110001 |
Color Harmonies of #F902D0
Complementary color
Monochromatic Colors of #F902D0
Black with #F902D0
Text Example
Text Example
White with #F902D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F902D0; }
p { color: rgb(249,2,208); }
H1.HeaderClassName
{
color: #F902D0;
}
.AnyTagClassName
{
color: #F902D0;
}
</style>
background-color css
<style>
a { background-color: #F902D0; }
a { background-color: rgb(249,2,208); }
div.DivClassName
{
background-color: #F902D0;
}
.BgClassName
{
background-color: #F902D0;
}
</style>
border-color css
<style>
span { border-color: #F902D0; }
span { border-color: rgb(249,2,208); }
td.TdClassName
{
border-color: #F902D0;
}
.TagClassName
{
border-color: #F902D0;
}
</style>