Shades of Magenta #F528FB
Tints of Magenta #F528FB
RGB
CMYK
RGB Variations
Color information
#F528FB (or 0xF528FB) is known color: Magenta. HEX triplet: F5, 28 and FB. RGB value is (245,40,251). Sum of RGB (Red+Green+Blue) = 245+40+251=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 40 (16.02% from 255 or 7.46% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #F528FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F528FB is #0AD704. Grayscale: #7C7C7C. Windows color (decimal): -710405 or 16460021. OLE color: 16460021.
HSL color Cylindrical-coordinate representation of color #F528FB: hue angle of 298.29º degrees, saturation: 0.96, 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 #F528FB is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 40 | 251 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.02 |
| HSL | 298.29º | 0.96% | 0.57% | - |
| HSV(B) | 298.29º | 0.84% | 0.98% | - |
| XYZ | 55.83 | 27.9 | 93.71 | - |
| YUV | 125.35 | 198.92 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 251 | 0.02 | 0.84 | 0 | 0.02 | 298.29 | 0.96 | 0.57 |
| Hex | F5 | 28 | FB | 2 | 54 | 0 | 2 | 12A | 60 | 39 |
| Octal | 365 | 50 | 373 | 2 | 124 | 0 | 2 | 452 | 140 | 71 |
| Binary | 11110101 | 101000 | 11111011 | 10 | 1010100 | 0 | 10 | 100101010 | 1100000 | 111001 |
Color Harmonies of #F528FB
Complementary color
Monochromatic Colors of #F528FB
Black with #F528FB
Text Example
Text Example
White with #F528FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F528FB; }
p { color: rgb(245,40,251); }
H1.HeaderClassName
{
color: #F528FB;
}
.AnyTagClassName
{
color: #F528FB;
}
</style>
background-color css
<style>
a { background-color: #F528FB; }
a { background-color: rgb(245,40,251); }
div.DivClassName
{
background-color: #F528FB;
}
.BgClassName
{
background-color: #F528FB;
}
</style>
border-color css
<style>
span { border-color: #F528FB; }
span { border-color: rgb(245,40,251); }
td.TdClassName
{
border-color: #F528FB;
}
.TagClassName
{
border-color: #F528FB;
}
</style>