Shades of Hot Magenta #F900E1
Tints of Hot Magenta #F900E1
RGB
CMYK
RGB Variations
Color information
#F900E1 (or 0xF900E1) is known color: Hot Magenta. HEX triplet: F9, 00 and E1. RGB value is (249,0,225). Sum of RGB (Red+Green+Blue) = 249+0+225=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 0 (0.39% from 255 or 0% from 474); Blue value is 225 (88.28% from 255 or 47.47% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F900E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F900E1 is #06FF1E. Grayscale: #636363. Windows color (decimal): -458527 or 14745849. OLE color: 14745849.
HSL color Cylindrical-coordinate representation of color #F900E1: hue angle of 305.78º 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 #F900E1 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 225 | - |
| CMYK | 0 | 1 | 0.10 | 0.02 |
| HSL | 305.78º | 1% | 0.49% | - |
| HSV(B) | 305.78º | 1% | 0.98% | - |
| XYZ | 52.66 | 25.58 | 73.4 | - |
| YUV | 100.1 | 198.49 | 234.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 225 | 0 | 1 | 0.10 | 0.02 | 305.78 | 1 | 0.49 |
| Hex | F9 | 0 | E1 | 0 | 64 | A | 2 | 132 | 64 | 31 |
| Octal | 371 | 0 | 341 | 0 | 144 | 12 | 2 | 462 | 144 | 61 |
| Binary | 11111001 | 0 | 11100001 | 0 | 1100100 | 1010 | 10 | 100110010 | 1100100 | 110001 |
Color Harmonies of #F900E1
Complementary color
Monochromatic Colors of #F900E1
Black with #F900E1
Text Example
Text Example
White with #F900E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F900E1; }
p { color: rgb(249,0,225); }
H1.HeaderClassName
{
color: #F900E1;
}
.AnyTagClassName
{
color: #F900E1;
}
</style>
background-color css
<style>
a { background-color: #F900E1; }
a { background-color: rgb(249,0,225); }
div.DivClassName
{
background-color: #F900E1;
}
.BgClassName
{
background-color: #F900E1;
}
</style>
border-color css
<style>
span { border-color: #F900E1; }
span { border-color: rgb(249,0,225); }
td.TdClassName
{
border-color: #F900E1;
}
.TagClassName
{
border-color: #F900E1;
}
</style>