Shades of Magenta #F529F4
Tints of Magenta #F529F4
RGB
CMYK
RGB Variations
Color information
#F529F4 (or 0xF529F4) is known color: Magenta. HEX triplet: F5, 29 and F4. RGB value is (245,41,244). Sum of RGB (Red+Green+Blue) = 245+41+244=530 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.23% from 530); Green value is 41 (16.41% from 255 or 7.74% from 530); Blue value is 244 (95.70% from 255 or 46.04% from 530); Max value from RGB is 245 - color contains mainly: red. Hex color #F529F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F529F4 is #0AD60B. Grayscale: #7C7C7C. Windows color (decimal): -710156 or 16001525. OLE color: 16001525.
HSL color Cylindrical-coordinate representation of color #F529F4: hue angle of 300.29º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F529F4 is Cyan = 0, Magento = 0.83, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 244 | - |
| CMYK | 0 | 0.83 | 0.00 | 0.04 |
| HSL | 300.29º | 0.91% | 0.56% | - |
| HSV(B) | 300.29º | 0.83% | 0.96% | - |
| XYZ | 54.78 | 27.53 | 88.01 | - |
| YUV | 125.14 | 195.09 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 244 | 0 | 0.83 | 0.00 | 0.04 | 300.29 | 0.91 | 0.56 |
| Hex | F5 | 29 | F4 | 0 | 53 | 0 | 4 | 12C | 5B | 38 |
| Octal | 365 | 51 | 364 | 0 | 123 | 0 | 4 | 454 | 133 | 70 |
| Binary | 11110101 | 101001 | 11110100 | 0 | 1010011 | 0 | 100 | 100101100 | 1011011 | 111000 |
Color Harmonies of #F529F4
Complementary color
Monochromatic Colors of #F529F4
Black with #F529F4
Text Example
Text Example
White with #F529F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F529F4; }
p { color: rgb(245,41,244); }
H1.HeaderClassName
{
color: #F529F4;
}
.AnyTagClassName
{
color: #F529F4;
}
</style>
background-color css
<style>
a { background-color: #F529F4; }
a { background-color: rgb(245,41,244); }
div.DivClassName
{
background-color: #F529F4;
}
.BgClassName
{
background-color: #F529F4;
}
</style>
border-color css
<style>
span { border-color: #F529F4; }
span { border-color: rgb(245,41,244); }
td.TdClassName
{
border-color: #F529F4;
}
.TagClassName
{
border-color: #F529F4;
}
</style>