Shades of Hot Magenta #F900C0
Tints of Hot Magenta #F900C0
RGB
CMYK
RGB Variations
Color information
#F900C0 (or 0xF900C0) is known color: Hot Magenta. HEX triplet: F9, 00 and C0. RGB value is (249,0,192). Sum of RGB (Red+Green+Blue) = 249+0+192=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 0 (0.39% from 255 or 0% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F900C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F900C0 is #06FF3F. Grayscale: #5F5F5F. Windows color (decimal): -458560 or 12583161. OLE color: 12583161.
HSL color Cylindrical-coordinate representation of color #F900C0: hue angle of 313.73º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F900C0 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 192 | - |
| CMYK | 0 | 1 | 0.23 | 0.02 |
| HSL | 313.73º | 1% | 0.49% | - |
| HSV(B) | 313.73º | 1% | 0.98% | - |
| XYZ | 48.58 | 23.95 | 51.93 | - |
| YUV | 96.34 | 181.99 | 236.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 192 | 0 | 1 | 0.23 | 0.02 | 313.73 | 1 | 0.49 |
| Hex | F9 | 0 | C0 | 0 | 64 | 17 | 2 | 13A | 64 | 31 |
| Octal | 371 | 0 | 300 | 0 | 144 | 27 | 2 | 472 | 144 | 61 |
| Binary | 11111001 | 0 | 11000000 | 0 | 1100100 | 10111 | 10 | 100111010 | 1100100 | 110001 |
Color Harmonies of #F900C0
Complementary color
Monochromatic Colors of #F900C0
Black with #F900C0
Text Example
Text Example
White with #F900C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F900C0; }
p { color: rgb(249,0,192); }
H1.HeaderClassName
{
color: #F900C0;
}
.AnyTagClassName
{
color: #F900C0;
}
</style>
background-color css
<style>
a { background-color: #F900C0; }
a { background-color: rgb(249,0,192); }
div.DivClassName
{
background-color: #F900C0;
}
.BgClassName
{
background-color: #F900C0;
}
</style>
border-color css
<style>
span { border-color: #F900C0; }
span { border-color: rgb(249,0,192); }
td.TdClassName
{
border-color: #F900C0;
}
.TagClassName
{
border-color: #F900C0;
}
</style>