Shades of Magenta #F502EE
Tints of Magenta #F502EE
RGB
CMYK
RGB Variations
Color information
#F502EE (or 0xF502EE) is known color: Magenta. HEX triplet: F5, 02 and EE. RGB value is (245,2,238). Sum of RGB (Red+Green+Blue) = 245+2+238=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 2 (1.17% from 255 or 0.41% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F502EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F502EE is #0AFD11. Grayscale: #646464. Windows color (decimal): -720146 or 15598325. OLE color: 15598325.
HSL color Cylindrical-coordinate representation of color #F502EE: hue angle of 301.73º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F502EE is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 2 | 238 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.04 |
| HSL | 301.73º | 0.98% | 0.48% | - |
| HSV(B) | 301.73º | 0.99% | 0.96% | - |
| XYZ | 53.11 | 25.63 | 83.04 | - |
| YUV | 101.56 | 205.01 | 230.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 238 | 0 | 0.99 | 0.03 | 0.04 | 301.73 | 0.98 | 0.48 |
| Hex | F5 | 2 | EE | 0 | 63 | 3 | 4 | 12E | 62 | 30 |
| Octal | 365 | 2 | 356 | 0 | 143 | 3 | 4 | 456 | 142 | 60 |
| Binary | 11110101 | 10 | 11101110 | 0 | 1100011 | 11 | 100 | 100101110 | 1100010 | 110000 |
Color Harmonies of #F502EE
Complementary color
Monochromatic Colors of #F502EE
Black with #F502EE
Text Example
Text Example
White with #F502EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F502EE; }
p { color: rgb(245,2,238); }
H1.HeaderClassName
{
color: #F502EE;
}
.AnyTagClassName
{
color: #F502EE;
}
</style>
background-color css
<style>
a { background-color: #F502EE; }
a { background-color: rgb(245,2,238); }
div.DivClassName
{
background-color: #F502EE;
}
.BgClassName
{
background-color: #F502EE;
}
</style>
border-color css
<style>
span { border-color: #F502EE; }
span { border-color: rgb(245,2,238); }
td.TdClassName
{
border-color: #F502EE;
}
.TagClassName
{
border-color: #F502EE;
}
</style>