Shades of Hot Magenta #F902C3
Tints of Hot Magenta #F902C3
RGB
CMYK
RGB Variations
Color information
#F902C3 (or 0xF902C3) is known color: Hot Magenta. HEX triplet: F9, 02 and C3. RGB value is (249,2,195). Sum of RGB (Red+Green+Blue) = 249+2+195=446 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.83% from 446); Green value is 2 (1.17% from 255 or 0.45% from 446); Blue value is 195 (76.56% from 255 or 43.72% from 446); Max value from RGB is 249 - color contains mainly: red. Hex color #F902C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F902C3 is #06FD3C. Grayscale: #616161. Windows color (decimal): -458045 or 12780281. OLE color: 12780281.
HSL color Cylindrical-coordinate representation of color #F902C3: hue angle of 313.12º 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 #F902C3 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 195 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.02 |
| HSL | 313.12º | 0.98% | 0.49% | - |
| HSV(B) | 313.12º | 0.99% | 0.98% | - |
| XYZ | 48.94 | 24.12 | 53.71 | - |
| YUV | 97.86 | 182.83 | 235.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 195 | 0 | 0.99 | 0.22 | 0.02 | 313.12 | 0.98 | 0.49 |
| Hex | F9 | 2 | C3 | 0 | 63 | 16 | 2 | 139 | 62 | 31 |
| Octal | 371 | 2 | 303 | 0 | 143 | 26 | 2 | 471 | 142 | 61 |
| Binary | 11111001 | 10 | 11000011 | 0 | 1100011 | 10110 | 10 | 100111001 | 1100010 | 110001 |
Color Harmonies of #F902C3
Complementary color
Monochromatic Colors of #F902C3
Black with #F902C3
Text Example
Text Example
White with #F902C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F902C3; }
p { color: rgb(249,2,195); }
H1.HeaderClassName
{
color: #F902C3;
}
.AnyTagClassName
{
color: #F902C3;
}
</style>
background-color css
<style>
a { background-color: #F902C3; }
a { background-color: rgb(249,2,195); }
div.DivClassName
{
background-color: #F902C3;
}
.BgClassName
{
background-color: #F902C3;
}
</style>
border-color css
<style>
span { border-color: #F902C3; }
span { border-color: rgb(249,2,195); }
td.TdClassName
{
border-color: #F902C3;
}
.TagClassName
{
border-color: #F902C3;
}
</style>