Shades of Hot Magenta #F902DA
Tints of Hot Magenta #F902DA
RGB
CMYK
RGB Variations
Color information
#F902DA (or 0xF902DA) is known color: Hot Magenta. HEX triplet: F9, 02 and DA. RGB value is (249,2,218). Sum of RGB (Red+Green+Blue) = 249+2+218=469 (62% of max value = 765). Red value is 249 (97.66% from 255 or 53.09% from 469); Green value is 2 (1.17% from 255 or 0.43% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 249 - color contains mainly: red. Hex color #F902DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F902DA is #06FD25. Grayscale: #636363. Windows color (decimal): -458022 or 14287609. OLE color: 14287609.
HSL color Cylindrical-coordinate representation of color #F902DA: hue angle of 307.53º 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 #F902DA is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 218 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.02 |
| HSL | 307.53º | 0.98% | 0.49% | - |
| HSV(B) | 307.53º | 0.99% | 0.98% | - |
| XYZ | 51.74 | 25.25 | 68.48 | - |
| YUV | 100.48 | 194.33 | 233.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 218 | 0 | 0.99 | 0.12 | 0.02 | 307.53 | 0.98 | 0.49 |
| Hex | F9 | 2 | DA | 0 | 63 | C | 2 | 134 | 62 | 31 |
| Octal | 371 | 2 | 332 | 0 | 143 | 14 | 2 | 464 | 142 | 61 |
| Binary | 11111001 | 10 | 11011010 | 0 | 1100011 | 1100 | 10 | 100110100 | 1100010 | 110001 |
Color Harmonies of #F902DA
Complementary color
Monochromatic Colors of #F902DA
Black with #F902DA
Text Example
Text Example
White with #F902DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F902DA; }
p { color: rgb(249,2,218); }
H1.HeaderClassName
{
color: #F902DA;
}
.AnyTagClassName
{
color: #F902DA;
}
</style>
background-color css
<style>
a { background-color: #F902DA; }
a { background-color: rgb(249,2,218); }
div.DivClassName
{
background-color: #F902DA;
}
.BgClassName
{
background-color: #F902DA;
}
</style>
border-color css
<style>
span { border-color: #F902DA; }
span { border-color: rgb(249,2,218); }
td.TdClassName
{
border-color: #F902DA;
}
.TagClassName
{
border-color: #F902DA;
}
</style>