Shades of Magenta #F527FF
Tints of Magenta #F527FF
RGB
CMYK
RGB Variations
Color information
#F527FF (or 0xF527FF) is known color: Magenta. HEX triplet: F5, 27 and FF. RGB value is (245,39,255). Sum of RGB (Red+Green+Blue) = 245+39+255=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 39 (15.62% from 255 or 7.24% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #F527FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F527FF is #0AD800. Grayscale: #7C7C7C. Windows color (decimal): -710657 or 16721909. OLE color: 16721909.
HSL color Cylindrical-coordinate representation of color #F527FF: hue angle of 297.22º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F527FF is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 39 | 255 | - |
| CMYK | 0.04 | 0.85 | 0 | 0 |
| HSL | 297.22º | 1% | 0.58% | - |
| HSV(B) | 297.22º | 0.85% | 1% | - |
| XYZ | 56.43 | 28.08 | 97.05 | - |
| YUV | 125.22 | 201.25 | 213.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 39 | 255 | 0.04 | 0.85 | 0 | 0 | 297.22 | 1 | 0.58 |
| Hex | F5 | 27 | FF | 4 | 55 | 0 | 0 | 129 | 64 | 3A |
| Octal | 365 | 47 | 377 | 4 | 125 | 0 | 0 | 451 | 144 | 72 |
| Binary | 11110101 | 100111 | 11111111 | 100 | 1010101 | 0 | 0 | 100101001 | 1100100 | 111010 |
Color Harmonies of #F527FF
Complementary color
Monochromatic Colors of #F527FF
Black with #F527FF
Text Example
Text Example
White with #F527FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F527FF; }
p { color: rgb(245,39,255); }
H1.HeaderClassName
{
color: #F527FF;
}
.AnyTagClassName
{
color: #F527FF;
}
</style>
background-color css
<style>
a { background-color: #F527FF; }
a { background-color: rgb(245,39,255); }
div.DivClassName
{
background-color: #F527FF;
}
.BgClassName
{
background-color: #F527FF;
}
</style>
border-color css
<style>
span { border-color: #F527FF; }
span { border-color: rgb(245,39,255); }
td.TdClassName
{
border-color: #F527FF;
}
.TagClassName
{
border-color: #F527FF;
}
</style>