Shades of Magenta #F502FE
Tints of Magenta #F502FE
RGB
CMYK
RGB Variations
Color information
#F502FE (or 0xF502FE) is known color: Magenta. HEX triplet: F5, 02 and FE. RGB value is (245,2,254). Sum of RGB (Red+Green+Blue) = 245+2+254=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 2 (1.17% from 255 or 0.40% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #F502FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F502FE is #0AFD01. Grayscale: #666666. Windows color (decimal): -720130 or 16646901. OLE color: 16646901.
HSL color Cylindrical-coordinate representation of color #F502FE: hue angle of 297.86º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F502FE is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 2 | 254 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.00 |
| HSL | 297.86º | 0.99% | 0.5% | - |
| HSV(B) | 297.86º | 0.99% | 1% | - |
| XYZ | 55.57 | 26.61 | 95.97 | - |
| YUV | 103.39 | 213.01 | 229.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 254 | 0.04 | 0.99 | 0 | 0.00 | 297.86 | 0.99 | 0.5 |
| Hex | F5 | 2 | FE | 4 | 63 | 0 | 0 | 12A | 63 | 32 |
| Octal | 365 | 2 | 376 | 4 | 143 | 0 | 0 | 452 | 143 | 62 |
| Binary | 11110101 | 10 | 11111110 | 100 | 1100011 | 0 | 0 | 100101010 | 1100011 | 110010 |
Color Harmonies of #F502FE
Complementary color
Monochromatic Colors of #F502FE
Black with #F502FE
Text Example
Text Example
White with #F502FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F502FE; }
p { color: rgb(245,2,254); }
H1.HeaderClassName
{
color: #F502FE;
}
.AnyTagClassName
{
color: #F502FE;
}
</style>
background-color css
<style>
a { background-color: #F502FE; }
a { background-color: rgb(245,2,254); }
div.DivClassName
{
background-color: #F502FE;
}
.BgClassName
{
background-color: #F502FE;
}
</style>
border-color css
<style>
span { border-color: #F502FE; }
span { border-color: rgb(245,2,254); }
td.TdClassName
{
border-color: #F502FE;
}
.TagClassName
{
border-color: #F502FE;
}
</style>