Shades of Magenta #F900EC
Tints of Magenta #F900EC
RGB
CMYK
RGB Variations
Color information
#F900EC (or 0xF900EC) is known color: Magenta. HEX triplet: F9, 00 and EC. RGB value is (249,0,236). Sum of RGB (Red+Green+Blue) = 249+0+236=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 0 (0.39% from 255 or 0% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F900EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F900EC is #06FF13. Grayscale: #646464. Windows color (decimal): -458516 or 15466745. OLE color: 15466745.
HSL color Cylindrical-coordinate representation of color #F900EC: hue angle of 303.13º 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 #F900EC is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 236 | - |
| CMYK | 0 | 1 | 0.05 | 0.02 |
| HSL | 303.13º | 1% | 0.49% | - |
| HSV(B) | 303.13º | 1% | 0.98% | - |
| XYZ | 54.21 | 26.2 | 81.56 | - |
| YUV | 101.36 | 203.99 | 233.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 236 | 0 | 1 | 0.05 | 0.02 | 303.13 | 1 | 0.49 |
| Hex | F9 | 0 | EC | 0 | 64 | 5 | 2 | 12F | 64 | 31 |
| Octal | 371 | 0 | 354 | 0 | 144 | 5 | 2 | 457 | 144 | 61 |
| Binary | 11111001 | 0 | 11101100 | 0 | 1100100 | 101 | 10 | 100101111 | 1100100 | 110001 |
Color Harmonies of #F900EC
Complementary color
Monochromatic Colors of #F900EC
Black with #F900EC
Text Example
Text Example
White with #F900EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F900EC; }
p { color: rgb(249,0,236); }
H1.HeaderClassName
{
color: #F900EC;
}
.AnyTagClassName
{
color: #F900EC;
}
</style>
background-color css
<style>
a { background-color: #F900EC; }
a { background-color: rgb(249,0,236); }
div.DivClassName
{
background-color: #F900EC;
}
.BgClassName
{
background-color: #F900EC;
}
</style>
border-color css
<style>
span { border-color: #F900EC; }
span { border-color: rgb(249,0,236); }
td.TdClassName
{
border-color: #F900EC;
}
.TagClassName
{
border-color: #F900EC;
}
</style>