Shades of Magenta #F521FD
Tints of Magenta #F521FD
RGB
CMYK
RGB Variations
Color information
#F521FD (or 0xF521FD) is known color: Magenta. HEX triplet: F5, 21 and FD. RGB value is (245,33,253). Sum of RGB (Red+Green+Blue) = 245+33+253=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 33 (13.28% from 255 or 6.21% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #F521FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F521FD is #0ADE02. Grayscale: #787878. Windows color (decimal): -712195 or 16589301. OLE color: 16589301.
HSL color Cylindrical-coordinate representation of color #F521FD: hue angle of 297.82º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F521FD is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 33 | 253 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.01 |
| HSL | 297.82º | 0.98% | 0.56% | - |
| HSV(B) | 297.82º | 0.87% | 0.99% | - |
| XYZ | 55.93 | 27.59 | 95.31 | - |
| YUV | 121.47 | 202.24 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 253 | 0.03 | 0.87 | 0 | 0.01 | 297.82 | 0.98 | 0.56 |
| Hex | F5 | 21 | FD | 3 | 57 | 0 | 1 | 12A | 62 | 38 |
| Octal | 365 | 41 | 375 | 3 | 127 | 0 | 1 | 452 | 142 | 70 |
| Binary | 11110101 | 100001 | 11111101 | 11 | 1010111 | 0 | 1 | 100101010 | 1100010 | 111000 |
Color Harmonies of #F521FD
Complementary color
Monochromatic Colors of #F521FD
Black with #F521FD
Text Example
Text Example
White with #F521FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F521FD; }
p { color: rgb(245,33,253); }
H1.HeaderClassName
{
color: #F521FD;
}
.AnyTagClassName
{
color: #F521FD;
}
</style>
background-color css
<style>
a { background-color: #F521FD; }
a { background-color: rgb(245,33,253); }
div.DivClassName
{
background-color: #F521FD;
}
.BgClassName
{
background-color: #F521FD;
}
</style>
border-color css
<style>
span { border-color: #F521FD; }
span { border-color: rgb(245,33,253); }
td.TdClassName
{
border-color: #F521FD;
}
.TagClassName
{
border-color: #F521FD;
}
</style>