Shades of Magenta #F528FD
Tints of Magenta #F528FD
RGB
CMYK
RGB Variations
Color information
#F528FD (or 0xF528FD) is known color: Magenta. HEX triplet: F5, 28 and FD. RGB value is (245,40,253). Sum of RGB (Red+Green+Blue) = 245+40+253=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 40 (16.02% from 255 or 7.43% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #F528FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F528FD is #0AD702. Grayscale: #7C7C7C. Windows color (decimal): -710403 or 16591093. OLE color: 16591093.
HSL color Cylindrical-coordinate representation of color #F528FD: hue angle of 297.75º degrees, saturation: 0.98, 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 #F528FD is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 40 | 253 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.01 |
| HSL | 297.75º | 0.98% | 0.57% | - |
| HSV(B) | 297.75º | 0.84% | 0.99% | - |
| XYZ | 56.14 | 28.02 | 95.38 | - |
| YUV | 125.58 | 199.92 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 253 | 0.03 | 0.84 | 0 | 0.01 | 297.75 | 0.98 | 0.57 |
| Hex | F5 | 28 | FD | 3 | 54 | 0 | 1 | 12A | 62 | 39 |
| Octal | 365 | 50 | 375 | 3 | 124 | 0 | 1 | 452 | 142 | 71 |
| Binary | 11110101 | 101000 | 11111101 | 11 | 1010100 | 0 | 1 | 100101010 | 1100010 | 111001 |
Color Harmonies of #F528FD
Complementary color
Monochromatic Colors of #F528FD
Black with #F528FD
Text Example
Text Example
White with #F528FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F528FD; }
p { color: rgb(245,40,253); }
H1.HeaderClassName
{
color: #F528FD;
}
.AnyTagClassName
{
color: #F528FD;
}
</style>
background-color css
<style>
a { background-color: #F528FD; }
a { background-color: rgb(245,40,253); }
div.DivClassName
{
background-color: #F528FD;
}
.BgClassName
{
background-color: #F528FD;
}
</style>
border-color css
<style>
span { border-color: #F528FD; }
span { border-color: rgb(245,40,253); }
td.TdClassName
{
border-color: #F528FD;
}
.TagClassName
{
border-color: #F528FD;
}
</style>