Shades of Magenta #F529FB
Tints of Magenta #F529FB
RGB
CMYK
RGB Variations
Color information
#F529FB (or 0xF529FB) is known color: Magenta. HEX triplet: F5, 29 and FB. RGB value is (245,41,251). Sum of RGB (Red+Green+Blue) = 245+41+251=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 41 (16.41% from 255 or 7.64% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #F529FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F529FB is #0AD604. Grayscale: #7D7D7D. Windows color (decimal): -710149 or 16460277. OLE color: 16460277.
HSL color Cylindrical-coordinate representation of color #F529FB: hue angle of 298.29º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F529FB is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 41 | 251 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.02 |
| HSL | 298.29º | 0.96% | 0.57% | - |
| HSV(B) | 298.29º | 0.84% | 0.98% | - |
| XYZ | 55.86 | 27.96 | 93.72 | - |
| YUV | 125.94 | 198.59 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 251 | 0.02 | 0.84 | 0 | 0.02 | 298.29 | 0.96 | 0.57 |
| Hex | F5 | 29 | FB | 2 | 54 | 0 | 2 | 12A | 60 | 39 |
| Octal | 365 | 51 | 373 | 2 | 124 | 0 | 2 | 452 | 140 | 71 |
| Binary | 11110101 | 101001 | 11111011 | 10 | 1010100 | 0 | 10 | 100101010 | 1100000 | 111001 |
Color Harmonies of #F529FB
Complementary color
Monochromatic Colors of #F529FB
Black with #F529FB
Text Example
Text Example
White with #F529FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F529FB; }
p { color: rgb(245,41,251); }
H1.HeaderClassName
{
color: #F529FB;
}
.AnyTagClassName
{
color: #F529FB;
}
</style>
background-color css
<style>
a { background-color: #F529FB; }
a { background-color: rgb(245,41,251); }
div.DivClassName
{
background-color: #F529FB;
}
.BgClassName
{
background-color: #F529FB;
}
</style>
border-color css
<style>
span { border-color: #F529FB; }
span { border-color: rgb(245,41,251); }
td.TdClassName
{
border-color: #F529FB;
}
.TagClassName
{
border-color: #F529FB;
}
</style>