Shades of Magenta #F502E5
Tints of Magenta #F502E5
RGB
CMYK
RGB Variations
Color information
#F502E5 (or 0xF502E5) is known color: Magenta. HEX triplet: F5, 02 and E5. RGB value is (245,2,229). Sum of RGB (Red+Green+Blue) = 245+2+229=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 2 (1.17% from 255 or 0.42% from 476); Blue value is 229 (89.84% from 255 or 48.11% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F502E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F502E5 is #0AFD1A. Grayscale: #636363. Windows color (decimal): -720155 or 15008501. OLE color: 15008501.
HSL color Cylindrical-coordinate representation of color #F502E5: hue angle of 303.95º 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 #F502E5 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 2 | 229 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.04 |
| HSL | 303.95º | 0.98% | 0.48% | - |
| HSV(B) | 303.95º | 0.99% | 0.96% | - |
| XYZ | 51.82 | 25.11 | 76.24 | - |
| YUV | 100.54 | 200.51 | 231.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 229 | 0 | 0.99 | 0.07 | 0.04 | 303.95 | 0.98 | 0.48 |
| Hex | F5 | 2 | E5 | 0 | 63 | 7 | 4 | 130 | 62 | 30 |
| Octal | 365 | 2 | 345 | 0 | 143 | 7 | 4 | 460 | 142 | 60 |
| Binary | 11110101 | 10 | 11100101 | 0 | 1100011 | 111 | 100 | 100110000 | 1100010 | 110000 |
Color Harmonies of #F502E5
Complementary color
Monochromatic Colors of #F502E5
Black with #F502E5
Text Example
Text Example
White with #F502E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F502E5; }
p { color: rgb(245,2,229); }
H1.HeaderClassName
{
color: #F502E5;
}
.AnyTagClassName
{
color: #F502E5;
}
</style>
background-color css
<style>
a { background-color: #F502E5; }
a { background-color: rgb(245,2,229); }
div.DivClassName
{
background-color: #F502E5;
}
.BgClassName
{
background-color: #F502E5;
}
</style>
border-color css
<style>
span { border-color: #F502E5; }
span { border-color: rgb(245,2,229); }
td.TdClassName
{
border-color: #F502E5;
}
.TagClassName
{
border-color: #F502E5;
}
</style>