Shades of Hot Magenta #F901DE
Tints of Hot Magenta #F901DE
RGB
CMYK
RGB Variations
Color information
#F901DE (or 0xF901DE) is known color: Hot Magenta. HEX triplet: F9, 01 and DE. RGB value is (249,1,222). Sum of RGB (Red+Green+Blue) = 249+1+222=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 1 (0.78% from 255 or 0.21% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F901DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F901DE is #06FE21. Grayscale: #636363. Windows color (decimal): -458274 or 14549497. OLE color: 14549497.
HSL color Cylindrical-coordinate representation of color #F901DE: hue angle of 306.53º 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 #F901DE is Cyan = 0, Magento = 1.00, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 222 | - |
| CMYK | 0 | 1.00 | 0.11 | 0.02 |
| HSL | 306.53º | 0.99% | 0.49% | - |
| HSV(B) | 306.53º | 1% | 0.98% | - |
| XYZ | 52.26 | 25.44 | 71.26 | - |
| YUV | 100.35 | 196.66 | 234.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 222 | 0 | 1.00 | 0.11 | 0.02 | 306.53 | 0.99 | 0.49 |
| Hex | F9 | 1 | DE | 0 | 64 | B | 2 | 133 | 63 | 31 |
| Octal | 371 | 1 | 336 | 0 | 144 | 13 | 2 | 463 | 143 | 61 |
| Binary | 11111001 | 1 | 11011110 | 0 | 1100100 | 1011 | 10 | 100110011 | 1100011 | 110001 |
Color Harmonies of #F901DE
Complementary color
Monochromatic Colors of #F901DE
Black with #F901DE
Text Example
Text Example
White with #F901DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F901DE; }
p { color: rgb(249,1,222); }
H1.HeaderClassName
{
color: #F901DE;
}
.AnyTagClassName
{
color: #F901DE;
}
</style>
background-color css
<style>
a { background-color: #F901DE; }
a { background-color: rgb(249,1,222); }
div.DivClassName
{
background-color: #F901DE;
}
.BgClassName
{
background-color: #F901DE;
}
</style>
border-color css
<style>
span { border-color: #F901DE; }
span { border-color: rgb(249,1,222); }
td.TdClassName
{
border-color: #F901DE;
}
.TagClassName
{
border-color: #F901DE;
}
</style>