Shades of Magenta #F905ED
Tints of Magenta #F905ED
RGB
CMYK
RGB Variations
Color information
#F905ED (or 0xF905ED) is known color: Magenta. HEX triplet: F9, 05 and ED. RGB value is (249,5,237). Sum of RGB (Red+Green+Blue) = 249+5+237=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 5 (2.34% from 255 or 1.02% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F905ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F905ED is #06FA12. Grayscale: #676767. Windows color (decimal): -457235 or 15533561. OLE color: 15533561.
HSL color Cylindrical-coordinate representation of color #F905ED: hue angle of 302.95º 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 #F905ED is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 237 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.02 |
| HSL | 302.95º | 0.96% | 0.5% | - |
| HSV(B) | 302.95º | 0.98% | 0.98% | - |
| XYZ | 54.41 | 26.36 | 82.34 | - |
| YUV | 104.4 | 202.84 | 231.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 237 | 0 | 0.98 | 0.05 | 0.02 | 302.95 | 0.96 | 0.5 |
| Hex | F9 | 5 | ED | 0 | 62 | 5 | 2 | 12F | 60 | 32 |
| Octal | 371 | 5 | 355 | 0 | 142 | 5 | 2 | 457 | 140 | 62 |
| Binary | 11111001 | 101 | 11101101 | 0 | 1100010 | 101 | 10 | 100101111 | 1100000 | 110010 |
Color Harmonies of #F905ED
Complementary color
Monochromatic Colors of #F905ED
Black with #F905ED
Text Example
Text Example
White with #F905ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F905ED; }
p { color: rgb(249,5,237); }
H1.HeaderClassName
{
color: #F905ED;
}
.AnyTagClassName
{
color: #F905ED;
}
</style>
background-color css
<style>
a { background-color: #F905ED; }
a { background-color: rgb(249,5,237); }
div.DivClassName
{
background-color: #F905ED;
}
.BgClassName
{
background-color: #F905ED;
}
</style>
border-color css
<style>
span { border-color: #F905ED; }
span { border-color: rgb(249,5,237); }
td.TdClassName
{
border-color: #F905ED;
}
.TagClassName
{
border-color: #F905ED;
}
</style>