Shades of Magenta #F901EA
Tints of Magenta #F901EA
RGB
CMYK
RGB Variations
Color information
#F901EA (or 0xF901EA) is known color: Magenta. HEX triplet: F9, 01 and EA. RGB value is (249,1,234). Sum of RGB (Red+Green+Blue) = 249+1+234=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 1 (0.78% from 255 or 0.21% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F901EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F901EA is #06FE15. Grayscale: #656565. Windows color (decimal): -458262 or 15335929. OLE color: 15335929.
HSL color Cylindrical-coordinate representation of color #F901EA: hue angle of 303.63º 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 #F901EA is Cyan = 0, Magento = 1.00, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 234 | - |
| CMYK | 0 | 1.00 | 0.06 | 0.02 |
| HSL | 303.63º | 0.99% | 0.49% | - |
| HSV(B) | 303.63º | 1% | 0.98% | - |
| XYZ | 53.93 | 26.1 | 80.04 | - |
| YUV | 101.71 | 202.66 | 233.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 234 | 0 | 1.00 | 0.06 | 0.02 | 303.63 | 0.99 | 0.49 |
| Hex | F9 | 1 | EA | 0 | 64 | 6 | 2 | 130 | 63 | 31 |
| Octal | 371 | 1 | 352 | 0 | 144 | 6 | 2 | 460 | 143 | 61 |
| Binary | 11111001 | 1 | 11101010 | 0 | 1100100 | 110 | 10 | 100110000 | 1100011 | 110001 |
Color Harmonies of #F901EA
Complementary color
Monochromatic Colors of #F901EA
Black with #F901EA
Text Example
Text Example
White with #F901EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F901EA; }
p { color: rgb(249,1,234); }
H1.HeaderClassName
{
color: #F901EA;
}
.AnyTagClassName
{
color: #F901EA;
}
</style>
background-color css
<style>
a { background-color: #F901EA; }
a { background-color: rgb(249,1,234); }
div.DivClassName
{
background-color: #F901EA;
}
.BgClassName
{
background-color: #F901EA;
}
</style>
border-color css
<style>
span { border-color: #F901EA; }
span { border-color: rgb(249,1,234); }
td.TdClassName
{
border-color: #F901EA;
}
.TagClassName
{
border-color: #F901EA;
}
</style>