Shades of Hot Magenta #F902C7
Tints of Hot Magenta #F902C7
RGB
CMYK
RGB Variations
Color information
#F902C7 (or 0xF902C7) is known color: Hot Magenta. HEX triplet: F9, 02 and C7. RGB value is (249,2,199). Sum of RGB (Red+Green+Blue) = 249+2+199=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 2 (1.17% from 255 or 0.44% from 450); Blue value is 199 (78.12% from 255 or 44.22% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F902C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F902C7 is #06FD38. Grayscale: #616161. Windows color (decimal): -458041 or 13042425. OLE color: 13042425.
HSL color Cylindrical-coordinate representation of color #F902C7: hue angle of 312.15º 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 #F902C7 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 199 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.02 |
| HSL | 312.15º | 0.98% | 0.49% | - |
| HSV(B) | 312.15º | 0.99% | 0.98% | - |
| XYZ | 49.4 | 24.31 | 56.12 | - |
| YUV | 98.31 | 184.83 | 235.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 199 | 0 | 0.99 | 0.20 | 0.02 | 312.15 | 0.98 | 0.49 |
| Hex | F9 | 2 | C7 | 0 | 63 | 14 | 2 | 138 | 62 | 31 |
| Octal | 371 | 2 | 307 | 0 | 143 | 24 | 2 | 470 | 142 | 61 |
| Binary | 11111001 | 10 | 11000111 | 0 | 1100011 | 10100 | 10 | 100111000 | 1100010 | 110001 |
Color Harmonies of #F902C7
Complementary color
Monochromatic Colors of #F902C7
Black with #F902C7
Text Example
Text Example
White with #F902C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F902C7; }
p { color: rgb(249,2,199); }
H1.HeaderClassName
{
color: #F902C7;
}
.AnyTagClassName
{
color: #F902C7;
}
</style>
background-color css
<style>
a { background-color: #F902C7; }
a { background-color: rgb(249,2,199); }
div.DivClassName
{
background-color: #F902C7;
}
.BgClassName
{
background-color: #F902C7;
}
</style>
border-color css
<style>
span { border-color: #F902C7; }
span { border-color: rgb(249,2,199); }
td.TdClassName
{
border-color: #F902C7;
}
.TagClassName
{
border-color: #F902C7;
}
</style>