Shades of Magenta #F528FF
Tints of Magenta #F528FF
RGB
CMYK
RGB Variations
Color information
#F528FF (or 0xF528FF) is known color: Magenta. HEX triplet: F5, 28 and FF. RGB value is (245,40,255). Sum of RGB (Red+Green+Blue) = 245+40+255=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 40 (16.02% from 255 or 7.41% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #F528FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F528FF is #0AD700. Grayscale: #7D7D7D. Windows color (decimal): -710401 or 16722165. OLE color: 16722165.
HSL color Cylindrical-coordinate representation of color #F528FF: hue angle of 297.21º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F528FF is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 40 | 255 | - |
| CMYK | 0.04 | 0.84 | 0 | 0 |
| HSL | 297.21º | 1% | 0.58% | - |
| HSV(B) | 297.21º | 0.84% | 1% | - |
| XYZ | 56.46 | 28.15 | 97.07 | - |
| YUV | 125.81 | 200.92 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 255 | 0.04 | 0.84 | 0 | 0 | 297.21 | 1 | 0.58 |
| Hex | F5 | 28 | FF | 4 | 54 | 0 | 0 | 129 | 64 | 3A |
| Octal | 365 | 50 | 377 | 4 | 124 | 0 | 0 | 451 | 144 | 72 |
| Binary | 11110101 | 101000 | 11111111 | 100 | 1010100 | 0 | 0 | 100101001 | 1100100 | 111010 |
Color Harmonies of #F528FF
Complementary color
Monochromatic Colors of #F528FF
Black with #F528FF
Text Example
Text Example
White with #F528FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F528FF; }
p { color: rgb(245,40,255); }
H1.HeaderClassName
{
color: #F528FF;
}
.AnyTagClassName
{
color: #F528FF;
}
</style>
background-color css
<style>
a { background-color: #F528FF; }
a { background-color: rgb(245,40,255); }
div.DivClassName
{
background-color: #F528FF;
}
.BgClassName
{
background-color: #F528FF;
}
</style>
border-color css
<style>
span { border-color: #F528FF; }
span { border-color: rgb(245,40,255); }
td.TdClassName
{
border-color: #F528FF;
}
.TagClassName
{
border-color: #F528FF;
}
</style>