Shades of Magenta #F520FE
Tints of Magenta #F520FE
RGB
CMYK
RGB Variations
Color information
#F520FE (or 0xF520FE) is known color: Magenta. HEX triplet: F5, 20 and FE. RGB value is (245,32,254). Sum of RGB (Red+Green+Blue) = 245+32+254=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 32 (12.89% from 255 or 6.03% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #F520FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F520FE is #0ADF01. Grayscale: #787878. Windows color (decimal): -712450 or 16654581. OLE color: 16654581.
HSL color Cylindrical-coordinate representation of color #F520FE: hue angle of 297.57º 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 #F520FE is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 32 | 254 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.00 |
| HSL | 297.57º | 0.99% | 0.56% | - |
| HSV(B) | 297.57º | 0.87% | 1% | - |
| XYZ | 56.06 | 27.6 | 96.14 | - |
| YUV | 121 | 203.07 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 254 | 0.04 | 0.87 | 0 | 0.00 | 297.57 | 0.99 | 0.56 |
| Hex | F5 | 20 | FE | 4 | 57 | 0 | 0 | 12A | 63 | 38 |
| Octal | 365 | 40 | 376 | 4 | 127 | 0 | 0 | 452 | 143 | 70 |
| Binary | 11110101 | 100000 | 11111110 | 100 | 1010111 | 0 | 0 | 100101010 | 1100011 | 111000 |
Color Harmonies of #F520FE
Complementary color
Monochromatic Colors of #F520FE
Black with #F520FE
Text Example
Text Example
White with #F520FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F520FE; }
p { color: rgb(245,32,254); }
H1.HeaderClassName
{
color: #F520FE;
}
.AnyTagClassName
{
color: #F520FE;
}
</style>
background-color css
<style>
a { background-color: #F520FE; }
a { background-color: rgb(245,32,254); }
div.DivClassName
{
background-color: #F520FE;
}
.BgClassName
{
background-color: #F520FE;
}
</style>
border-color css
<style>
span { border-color: #F520FE; }
span { border-color: rgb(245,32,254); }
td.TdClassName
{
border-color: #F520FE;
}
.TagClassName
{
border-color: #F520FE;
}
</style>