Shades of Magenta #F905EC
Tints of Magenta #F905EC
RGB
CMYK
RGB Variations
Color information
#F905EC (or 0xF905EC) is known color: Magenta. HEX triplet: F9, 05 and EC. RGB value is (249,5,236). Sum of RGB (Red+Green+Blue) = 249+5+236=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 5 (2.34% from 255 or 1.02% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F905EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F905EC is #06FA13. Grayscale: #676767. Windows color (decimal): -457236 or 15468025. OLE color: 15468025.
HSL color Cylindrical-coordinate representation of color #F905EC: hue angle of 303.2º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F905EC is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 236 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.02 |
| HSL | 303.2º | 0.96% | 0.5% | - |
| HSV(B) | 303.2º | 0.98% | 0.98% | - |
| XYZ | 54.26 | 26.3 | 81.57 | - |
| YUV | 104.29 | 202.34 | 231.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 236 | 0 | 0.98 | 0.05 | 0.02 | 303.2 | 0.96 | 0.5 |
| Hex | F9 | 5 | EC | 0 | 62 | 5 | 2 | 12F | 60 | 32 |
| Octal | 371 | 5 | 354 | 0 | 142 | 5 | 2 | 457 | 140 | 62 |
| Binary | 11111001 | 101 | 11101100 | 0 | 1100010 | 101 | 10 | 100101111 | 1100000 | 110010 |
Color Harmonies of #F905EC
Complementary color
Monochromatic Colors of #F905EC
Black with #F905EC
Text Example
Text Example
White with #F905EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F905EC; }
p { color: rgb(249,5,236); }
H1.HeaderClassName
{
color: #F905EC;
}
.AnyTagClassName
{
color: #F905EC;
}
</style>
background-color css
<style>
a { background-color: #F905EC; }
a { background-color: rgb(249,5,236); }
div.DivClassName
{
background-color: #F905EC;
}
.BgClassName
{
background-color: #F905EC;
}
</style>
border-color css
<style>
span { border-color: #F905EC; }
span { border-color: rgb(249,5,236); }
td.TdClassName
{
border-color: #F905EC;
}
.TagClassName
{
border-color: #F905EC;
}
</style>