Shades of Magenta #F528FC
Tints of Magenta #F528FC
RGB
CMYK
RGB Variations
Color information
#F528FC (or 0xF528FC) is known color: Magenta. HEX triplet: F5, 28 and FC. RGB value is (245,40,252). Sum of RGB (Red+Green+Blue) = 245+40+252=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 40 (16.02% from 255 or 7.45% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #F528FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F528FC is #0AD703. Grayscale: #7C7C7C. Windows color (decimal): -710404 or 16525557. OLE color: 16525557.
HSL color Cylindrical-coordinate representation of color #F528FC: hue angle of 298.02º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F528FC is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 40 | 252 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.01 |
| HSL | 298.02º | 0.97% | 0.57% | - |
| HSV(B) | 298.02º | 0.84% | 0.99% | - |
| XYZ | 55.99 | 27.96 | 94.54 | - |
| YUV | 125.46 | 199.42 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 252 | 0.03 | 0.84 | 0 | 0.01 | 298.02 | 0.97 | 0.57 |
| Hex | F5 | 28 | FC | 3 | 54 | 0 | 1 | 12A | 61 | 39 |
| Octal | 365 | 50 | 374 | 3 | 124 | 0 | 1 | 452 | 141 | 71 |
| Binary | 11110101 | 101000 | 11111100 | 11 | 1010100 | 0 | 1 | 100101010 | 1100001 | 111001 |
Color Harmonies of #F528FC
Complementary color
Monochromatic Colors of #F528FC
Black with #F528FC
Text Example
Text Example
White with #F528FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F528FC; }
p { color: rgb(245,40,252); }
H1.HeaderClassName
{
color: #F528FC;
}
.AnyTagClassName
{
color: #F528FC;
}
</style>
background-color css
<style>
a { background-color: #F528FC; }
a { background-color: rgb(245,40,252); }
div.DivClassName
{
background-color: #F528FC;
}
.BgClassName
{
background-color: #F528FC;
}
</style>
border-color css
<style>
span { border-color: #F528FC; }
span { border-color: rgb(245,40,252); }
td.TdClassName
{
border-color: #F528FC;
}
.TagClassName
{
border-color: #F528FC;
}
</style>