Shades of Magenta #F502E6
Tints of Magenta #F502E6
RGB
CMYK
RGB Variations
Color information
#F502E6 (or 0xF502E6) is known color: Magenta. HEX triplet: F5, 02 and E6. RGB value is (245,2,230). Sum of RGB (Red+Green+Blue) = 245+2+230=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 2 (1.17% from 255 or 0.42% from 477); Blue value is 230 (90.23% from 255 or 48.22% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F502E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F502E6 is #0AFD19. Grayscale: #636363. Windows color (decimal): -720154 or 15074037. OLE color: 15074037.
HSL color Cylindrical-coordinate representation of color #F502E6: hue angle of 303.7º 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 #F502E6 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 2 | 230 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.04 |
| HSL | 303.7º | 0.98% | 0.48% | - |
| HSV(B) | 303.7º | 0.99% | 0.96% | - |
| XYZ | 51.96 | 25.17 | 76.98 | - |
| YUV | 100.65 | 201.01 | 230.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 230 | 0 | 0.99 | 0.06 | 0.04 | 303.7 | 0.98 | 0.48 |
| Hex | F5 | 2 | E6 | 0 | 63 | 6 | 4 | 130 | 62 | 30 |
| Octal | 365 | 2 | 346 | 0 | 143 | 6 | 4 | 460 | 142 | 60 |
| Binary | 11110101 | 10 | 11100110 | 0 | 1100011 | 110 | 100 | 100110000 | 1100010 | 110000 |
Color Harmonies of #F502E6
Complementary color
Monochromatic Colors of #F502E6
Black with #F502E6
Text Example
Text Example
White with #F502E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F502E6; }
p { color: rgb(245,2,230); }
H1.HeaderClassName
{
color: #F502E6;
}
.AnyTagClassName
{
color: #F502E6;
}
</style>
background-color css
<style>
a { background-color: #F502E6; }
a { background-color: rgb(245,2,230); }
div.DivClassName
{
background-color: #F502E6;
}
.BgClassName
{
background-color: #F502E6;
}
</style>
border-color css
<style>
span { border-color: #F502E6; }
span { border-color: rgb(245,2,230); }
td.TdClassName
{
border-color: #F502E6;
}
.TagClassName
{
border-color: #F502E6;
}
</style>