Shades of Magenta #F528FA
Tints of Magenta #F528FA
RGB
CMYK
RGB Variations
Color information
#F528FA (or 0xF528FA) is known color: Magenta. HEX triplet: F5, 28 and FA. RGB value is (245,40,250). Sum of RGB (Red+Green+Blue) = 245+40+250=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 40 (16.02% from 255 or 7.48% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #F528FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F528FA is #0AD705. Grayscale: #7C7C7C. Windows color (decimal): -710406 or 16394485. OLE color: 16394485.
HSL color Cylindrical-coordinate representation of color #F528FA: hue angle of 298.57º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F528FA is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 40 | 250 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.02 |
| HSL | 298.57º | 0.95% | 0.57% | - |
| HSV(B) | 298.57º | 0.84% | 0.98% | - |
| XYZ | 55.67 | 27.83 | 92.88 | - |
| YUV | 125.24 | 198.42 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 250 | 0.02 | 0.84 | 0 | 0.02 | 298.57 | 0.95 | 0.57 |
| Hex | F5 | 28 | FA | 2 | 54 | 0 | 2 | 12B | 5F | 39 |
| Octal | 365 | 50 | 372 | 2 | 124 | 0 | 2 | 453 | 137 | 71 |
| Binary | 11110101 | 101000 | 11111010 | 10 | 1010100 | 0 | 10 | 100101011 | 1011111 | 111001 |
Color Harmonies of #F528FA
Complementary color
Monochromatic Colors of #F528FA
Black with #F528FA
Text Example
Text Example
White with #F528FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F528FA; }
p { color: rgb(245,40,250); }
H1.HeaderClassName
{
color: #F528FA;
}
.AnyTagClassName
{
color: #F528FA;
}
</style>
background-color css
<style>
a { background-color: #F528FA; }
a { background-color: rgb(245,40,250); }
div.DivClassName
{
background-color: #F528FA;
}
.BgClassName
{
background-color: #F528FA;
}
</style>
border-color css
<style>
span { border-color: #F528FA; }
span { border-color: rgb(245,40,250); }
td.TdClassName
{
border-color: #F528FA;
}
.TagClassName
{
border-color: #F528FA;
}
</style>