Shades of Hot Magenta #F901E0
Tints of Hot Magenta #F901E0
RGB
CMYK
RGB Variations
Color information
#F901E0 (or 0xF901E0) is known color: Hot Magenta. HEX triplet: F9, 01 and E0. RGB value is (249,1,224). Sum of RGB (Red+Green+Blue) = 249+1+224=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 1 (0.78% from 255 or 0.21% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F901E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F901E0 is #06FE1F. Grayscale: #636363. Windows color (decimal): -458272 or 14680569. OLE color: 14680569.
HSL color Cylindrical-coordinate representation of color #F901E0: hue angle of 306.05º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F901E0 is Cyan = 0, Magento = 1.00, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 224 | - |
| CMYK | 0 | 1.00 | 0.10 | 0.02 |
| HSL | 306.05º | 0.99% | 0.49% | - |
| HSV(B) | 306.05º | 1% | 0.98% | - |
| XYZ | 52.53 | 25.54 | 72.68 | - |
| YUV | 100.57 | 197.66 | 233.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 224 | 0 | 1.00 | 0.10 | 0.02 | 306.05 | 0.99 | 0.49 |
| Hex | F9 | 1 | E0 | 0 | 64 | A | 2 | 132 | 63 | 31 |
| Octal | 371 | 1 | 340 | 0 | 144 | 12 | 2 | 462 | 143 | 61 |
| Binary | 11111001 | 1 | 11100000 | 0 | 1100100 | 1010 | 10 | 100110010 | 1100011 | 110001 |
Color Harmonies of #F901E0
Complementary color
Monochromatic Colors of #F901E0
Black with #F901E0
Text Example
Text Example
White with #F901E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F901E0; }
p { color: rgb(249,1,224); }
H1.HeaderClassName
{
color: #F901E0;
}
.AnyTagClassName
{
color: #F901E0;
}
</style>
background-color css
<style>
a { background-color: #F901E0; }
a { background-color: rgb(249,1,224); }
div.DivClassName
{
background-color: #F901E0;
}
.BgClassName
{
background-color: #F901E0;
}
</style>
border-color css
<style>
span { border-color: #F901E0; }
span { border-color: rgb(249,1,224); }
td.TdClassName
{
border-color: #F901E0;
}
.TagClassName
{
border-color: #F901E0;
}
</style>