Shades of Magenta #F529F7
Tints of Magenta #F529F7
RGB
CMYK
RGB Variations
Color information
#F529F7 (or 0xF529F7) is known color: Magenta. HEX triplet: F5, 29 and F7. RGB value is (245,41,247). Sum of RGB (Red+Green+Blue) = 245+41+247=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 41 (16.41% from 255 or 7.69% from 533); Blue value is 247 (96.88% from 255 or 46.34% from 533); Max value from RGB is 247 - color contains mainly: blue. Hex color #F529F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F529F7 is #0AD608. Grayscale: #7C7C7C. Windows color (decimal): -710153 or 16198133. OLE color: 16198133.
HSL color Cylindrical-coordinate representation of color #F529F7: hue angle of 299.42º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F529F7 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 41 | 247 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.03 |
| HSL | 299.42º | 0.93% | 0.56% | - |
| HSV(B) | 299.42º | 0.83% | 0.97% | - |
| XYZ | 55.24 | 27.71 | 90.43 | - |
| YUV | 125.48 | 196.59 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 247 | 0.01 | 0.83 | 0 | 0.03 | 299.42 | 0.93 | 0.56 |
| Hex | F5 | 29 | F7 | 1 | 53 | 0 | 3 | 12B | 5D | 38 |
| Octal | 365 | 51 | 367 | 1 | 123 | 0 | 3 | 453 | 135 | 70 |
| Binary | 11110101 | 101001 | 11110111 | 1 | 1010011 | 0 | 11 | 100101011 | 1011101 | 111000 |
Color Harmonies of #F529F7
Complementary color
Monochromatic Colors of #F529F7
Black with #F529F7
Text Example
Text Example
White with #F529F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F529F7; }
p { color: rgb(245,41,247); }
H1.HeaderClassName
{
color: #F529F7;
}
.AnyTagClassName
{
color: #F529F7;
}
</style>
background-color css
<style>
a { background-color: #F529F7; }
a { background-color: rgb(245,41,247); }
div.DivClassName
{
background-color: #F529F7;
}
.BgClassName
{
background-color: #F529F7;
}
</style>
border-color css
<style>
span { border-color: #F529F7; }
span { border-color: rgb(245,41,247); }
td.TdClassName
{
border-color: #F529F7;
}
.TagClassName
{
border-color: #F529F7;
}
</style>