Shades of Hot Magenta #F902D3
Tints of Hot Magenta #F902D3
RGB
CMYK
RGB Variations
Color information
#F902D3 (or 0xF902D3) is known color: Hot Magenta. HEX triplet: F9, 02 and D3. RGB value is (249,2,211). Sum of RGB (Red+Green+Blue) = 249+2+211=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 2 (1.17% from 255 or 0.43% from 462); Blue value is 211 (82.81% from 255 or 45.67% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F902D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F902D3 is #06FD2C. Grayscale: #636363. Windows color (decimal): -458029 or 13828857. OLE color: 13828857.
HSL color Cylindrical-coordinate representation of color #F902D3: hue angle of 309.23º 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 #F902D3 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 211 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.02 |
| HSL | 309.23º | 0.98% | 0.49% | - |
| HSV(B) | 309.23º | 0.99% | 0.98% | - |
| XYZ | 50.85 | 24.89 | 63.75 | - |
| YUV | 99.68 | 190.83 | 234.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 211 | 0 | 0.99 | 0.15 | 0.02 | 309.23 | 0.98 | 0.49 |
| Hex | F9 | 2 | D3 | 0 | 63 | F | 2 | 135 | 62 | 31 |
| Octal | 371 | 2 | 323 | 0 | 143 | 17 | 2 | 465 | 142 | 61 |
| Binary | 11111001 | 10 | 11010011 | 0 | 1100011 | 1111 | 10 | 100110101 | 1100010 | 110001 |
Color Harmonies of #F902D3
Complementary color
Monochromatic Colors of #F902D3
Black with #F902D3
Text Example
Text Example
White with #F902D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F902D3; }
p { color: rgb(249,2,211); }
H1.HeaderClassName
{
color: #F902D3;
}
.AnyTagClassName
{
color: #F902D3;
}
</style>
background-color css
<style>
a { background-color: #F902D3; }
a { background-color: rgb(249,2,211); }
div.DivClassName
{
background-color: #F902D3;
}
.BgClassName
{
background-color: #F902D3;
}
</style>
border-color css
<style>
span { border-color: #F902D3; }
span { border-color: rgb(249,2,211); }
td.TdClassName
{
border-color: #F902D3;
}
.TagClassName
{
border-color: #F902D3;
}
</style>