Shades of Magenta #F521FE
Tints of Magenta #F521FE
RGB
CMYK
RGB Variations
Color information
#F521FE (or 0xF521FE) is known color: Magenta. HEX triplet: F5, 21 and FE. RGB value is (245,33,254). Sum of RGB (Red+Green+Blue) = 245+33+254=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 33 (13.28% from 255 or 6.20% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #F521FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F521FE is #0ADE01. Grayscale: #787878. Windows color (decimal): -712194 or 16654837. OLE color: 16654837.
HSL color Cylindrical-coordinate representation of color #F521FE: hue angle of 297.56º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F521FE is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 33 | 254 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.00 |
| HSL | 297.56º | 0.99% | 0.56% | - |
| HSV(B) | 297.56º | 0.87% | 1% | - |
| XYZ | 56.09 | 27.66 | 96.15 | - |
| YUV | 121.58 | 202.74 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 254 | 0.04 | 0.87 | 0 | 0.00 | 297.56 | 0.99 | 0.56 |
| Hex | F5 | 21 | FE | 4 | 57 | 0 | 0 | 12A | 63 | 38 |
| Octal | 365 | 41 | 376 | 4 | 127 | 0 | 0 | 452 | 143 | 70 |
| Binary | 11110101 | 100001 | 11111110 | 100 | 1010111 | 0 | 0 | 100101010 | 1100011 | 111000 |
Color Harmonies of #F521FE
Complementary color
Monochromatic Colors of #F521FE
Black with #F521FE
Text Example
Text Example
White with #F521FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F521FE; }
p { color: rgb(245,33,254); }
H1.HeaderClassName
{
color: #F521FE;
}
.AnyTagClassName
{
color: #F521FE;
}
</style>
background-color css
<style>
a { background-color: #F521FE; }
a { background-color: rgb(245,33,254); }
div.DivClassName
{
background-color: #F521FE;
}
.BgClassName
{
background-color: #F521FE;
}
</style>
border-color css
<style>
span { border-color: #F521FE; }
span { border-color: rgb(245,33,254); }
td.TdClassName
{
border-color: #F521FE;
}
.TagClassName
{
border-color: #F521FE;
}
</style>