Shades of Magenta #F505ED
Tints of Magenta #F505ED
RGB
CMYK
RGB Variations
Color information
#F505ED (or 0xF505ED) is known color: Magenta. HEX triplet: F5, 05 and ED. RGB value is (245,5,237). Sum of RGB (Red+Green+Blue) = 245+5+237=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 5 (2.34% from 255 or 1.03% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F505ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F505ED is #0AFA12. Grayscale: #666666. Windows color (decimal): -719379 or 15533557. OLE color: 15533557.
HSL color Cylindrical-coordinate representation of color #F505ED: hue angle of 302º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F505ED is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 237 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.04 |
| HSL | 302º | 0.96% | 0.49% | - |
| HSV(B) | 302º | 0.98% | 0.96% | - |
| XYZ | 53 | 25.64 | 82.28 | - |
| YUV | 103.21 | 203.51 | 229.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 237 | 0 | 0.98 | 0.03 | 0.04 | 302 | 0.96 | 0.49 |
| Hex | F5 | 5 | ED | 0 | 62 | 3 | 4 | 12E | 60 | 31 |
| Octal | 365 | 5 | 355 | 0 | 142 | 3 | 4 | 456 | 140 | 61 |
| Binary | 11110101 | 101 | 11101101 | 0 | 1100010 | 11 | 100 | 100101110 | 1100000 | 110001 |
Color Harmonies of #F505ED
Complementary color
Monochromatic Colors of #F505ED
Black with #F505ED
Text Example
Text Example
White with #F505ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F505ED; }
p { color: rgb(245,5,237); }
H1.HeaderClassName
{
color: #F505ED;
}
.AnyTagClassName
{
color: #F505ED;
}
</style>
background-color css
<style>
a { background-color: #F505ED; }
a { background-color: rgb(245,5,237); }
div.DivClassName
{
background-color: #F505ED;
}
.BgClassName
{
background-color: #F505ED;
}
</style>
border-color css
<style>
span { border-color: #F505ED; }
span { border-color: rgb(245,5,237); }
td.TdClassName
{
border-color: #F505ED;
}
.TagClassName
{
border-color: #F505ED;
}
</style>