Shades of Magenta #F505EF
Tints of Magenta #F505EF
RGB
CMYK
RGB Variations
Color information
#F505EF (or 0xF505EF) is known color: Magenta. HEX triplet: F5, 05 and EF. RGB value is (245,5,239). Sum of RGB (Red+Green+Blue) = 245+5+239=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 5 (2.34% from 255 or 1.02% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F505EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F505EF is #0AFA10. Grayscale: #666666. Windows color (decimal): -719377 or 15664629. OLE color: 15664629.
HSL color Cylindrical-coordinate representation of color #F505EF: hue angle of 301.5º 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 #F505EF is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 239 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.04 |
| HSL | 301.5º | 0.96% | 0.49% | - |
| HSV(B) | 301.5º | 0.98% | 0.96% | - |
| XYZ | 53.29 | 25.75 | 83.82 | - |
| YUV | 103.44 | 204.51 | 228.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 239 | 0 | 0.98 | 0.02 | 0.04 | 301.5 | 0.96 | 0.49 |
| Hex | F5 | 5 | EF | 0 | 62 | 2 | 4 | 12E | 60 | 31 |
| Octal | 365 | 5 | 357 | 0 | 142 | 2 | 4 | 456 | 140 | 61 |
| Binary | 11110101 | 101 | 11101111 | 0 | 1100010 | 10 | 100 | 100101110 | 1100000 | 110001 |
Color Harmonies of #F505EF
Complementary color
Monochromatic Colors of #F505EF
Black with #F505EF
Text Example
Text Example
White with #F505EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F505EF; }
p { color: rgb(245,5,239); }
H1.HeaderClassName
{
color: #F505EF;
}
.AnyTagClassName
{
color: #F505EF;
}
</style>
background-color css
<style>
a { background-color: #F505EF; }
a { background-color: rgb(245,5,239); }
div.DivClassName
{
background-color: #F505EF;
}
.BgClassName
{
background-color: #F505EF;
}
</style>
border-color css
<style>
span { border-color: #F505EF; }
span { border-color: rgb(245,5,239); }
td.TdClassName
{
border-color: #F505EF;
}
.TagClassName
{
border-color: #F505EF;
}
</style>