Shades of Magenta #F900E8
Tints of Magenta #F900E8
RGB
CMYK
RGB Variations
Color information
#F900E8 (or 0xF900E8) is known color: Magenta. HEX triplet: F9, 00 and E8. RGB value is (249,0,232). Sum of RGB (Red+Green+Blue) = 249+0+232=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 0 (0.39% from 255 or 0% from 481); Blue value is 232 (91.02% from 255 or 48.23% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F900E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F900E8 is #06FF17. Grayscale: #646464. Windows color (decimal): -458520 or 15204601. OLE color: 15204601.
HSL color Cylindrical-coordinate representation of color #F900E8: hue angle of 304.1º 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 #F900E8 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 232 | - |
| CMYK | 0 | 1 | 0.07 | 0.02 |
| HSL | 304.1º | 1% | 0.49% | - |
| HSV(B) | 304.1º | 1% | 0.98% | - |
| XYZ | 53.63 | 25.97 | 78.53 | - |
| YUV | 100.9 | 201.99 | 233.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 232 | 0 | 1 | 0.07 | 0.02 | 304.1 | 1 | 0.49 |
| Hex | F9 | 0 | E8 | 0 | 64 | 7 | 2 | 130 | 64 | 31 |
| Octal | 371 | 0 | 350 | 0 | 144 | 7 | 2 | 460 | 144 | 61 |
| Binary | 11111001 | 0 | 11101000 | 0 | 1100100 | 111 | 10 | 100110000 | 1100100 | 110001 |
Color Harmonies of #F900E8
Complementary color
Monochromatic Colors of #F900E8
Black with #F900E8
Text Example
Text Example
White with #F900E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F900E8; }
p { color: rgb(249,0,232); }
H1.HeaderClassName
{
color: #F900E8;
}
.AnyTagClassName
{
color: #F900E8;
}
</style>
background-color css
<style>
a { background-color: #F900E8; }
a { background-color: rgb(249,0,232); }
div.DivClassName
{
background-color: #F900E8;
}
.BgClassName
{
background-color: #F900E8;
}
</style>
border-color css
<style>
span { border-color: #F900E8; }
span { border-color: rgb(249,0,232); }
td.TdClassName
{
border-color: #F900E8;
}
.TagClassName
{
border-color: #F900E8;
}
</style>