Shades of Hot Magenta #F901E2
Tints of Hot Magenta #F901E2
RGB
CMYK
RGB Variations
Color information
#F901E2 (or 0xF901E2) is known color: Hot Magenta. HEX triplet: F9, 01 and E2. RGB value is (249,1,226). Sum of RGB (Red+Green+Blue) = 249+1+226=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 1 (0.78% from 255 or 0.21% from 476); Blue value is 226 (88.67% from 255 or 47.48% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F901E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F901E2 is #06FE1D. Grayscale: #646464. Windows color (decimal): -458270 or 14811641. OLE color: 14811641.
HSL color Cylindrical-coordinate representation of color #F901E2: hue angle of 305.56º 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 #F901E2 is Cyan = 0, Magento = 1.00, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 226 | - |
| CMYK | 0 | 1.00 | 0.09 | 0.02 |
| HSL | 305.56º | 0.99% | 0.49% | - |
| HSV(B) | 305.56º | 1% | 0.98% | - |
| XYZ | 52.81 | 25.65 | 74.12 | - |
| YUV | 100.8 | 198.66 | 233.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 226 | 0 | 1.00 | 0.09 | 0.02 | 305.56 | 0.99 | 0.49 |
| Hex | F9 | 1 | E2 | 0 | 64 | 9 | 2 | 132 | 63 | 31 |
| Octal | 371 | 1 | 342 | 0 | 144 | 11 | 2 | 462 | 143 | 61 |
| Binary | 11111001 | 1 | 11100010 | 0 | 1100100 | 1001 | 10 | 100110010 | 1100011 | 110001 |
Color Harmonies of #F901E2
Complementary color
Monochromatic Colors of #F901E2
Black with #F901E2
Text Example
Text Example
White with #F901E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F901E2; }
p { color: rgb(249,1,226); }
H1.HeaderClassName
{
color: #F901E2;
}
.AnyTagClassName
{
color: #F901E2;
}
</style>
background-color css
<style>
a { background-color: #F901E2; }
a { background-color: rgb(249,1,226); }
div.DivClassName
{
background-color: #F901E2;
}
.BgClassName
{
background-color: #F901E2;
}
</style>
border-color css
<style>
span { border-color: #F901E2; }
span { border-color: rgb(249,1,226); }
td.TdClassName
{
border-color: #F901E2;
}
.TagClassName
{
border-color: #F901E2;
}
</style>