Shades of Magenta #F505EE
Tints of Magenta #F505EE
RGB
CMYK
RGB Variations
Color information
#F505EE (or 0xF505EE) is known color: Magenta. HEX triplet: F5, 05 and EE. RGB value is (245,5,238). Sum of RGB (Red+Green+Blue) = 245+5+238=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 5 (2.34% from 255 or 1.02% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F505EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F505EE is #0AFA11. Grayscale: #666666. Windows color (decimal): -719378 or 15599093. OLE color: 15599093.
HSL color Cylindrical-coordinate representation of color #F505EE: hue angle of 301.75º 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 #F505EE is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 238 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.04 |
| HSL | 301.75º | 0.96% | 0.49% | - |
| HSV(B) | 301.75º | 0.98% | 0.96% | - |
| XYZ | 53.14 | 25.69 | 83.05 | - |
| YUV | 103.32 | 204.01 | 229.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 238 | 0 | 0.98 | 0.03 | 0.04 | 301.75 | 0.96 | 0.49 |
| Hex | F5 | 5 | EE | 0 | 62 | 3 | 4 | 12E | 60 | 31 |
| Octal | 365 | 5 | 356 | 0 | 142 | 3 | 4 | 456 | 140 | 61 |
| Binary | 11110101 | 101 | 11101110 | 0 | 1100010 | 11 | 100 | 100101110 | 1100000 | 110001 |
Color Harmonies of #F505EE
Complementary color
Monochromatic Colors of #F505EE
Black with #F505EE
Text Example
Text Example
White with #F505EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F505EE; }
p { color: rgb(245,5,238); }
H1.HeaderClassName
{
color: #F505EE;
}
.AnyTagClassName
{
color: #F505EE;
}
</style>
background-color css
<style>
a { background-color: #F505EE; }
a { background-color: rgb(245,5,238); }
div.DivClassName
{
background-color: #F505EE;
}
.BgClassName
{
background-color: #F505EE;
}
</style>
border-color css
<style>
span { border-color: #F505EE; }
span { border-color: rgb(245,5,238); }
td.TdClassName
{
border-color: #F505EE;
}
.TagClassName
{
border-color: #F505EE;
}
</style>