Shades of Magenta #F52BF9
Tints of Magenta #F52BF9
RGB
CMYK
RGB Variations
Color information
#F52BF9 (or 0xF52BF9) is known color: Magenta. HEX triplet: F5, 2B and F9. RGB value is (245,43,249). Sum of RGB (Red+Green+Blue) = 245+43+249=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 43 (17.19% from 255 or 8.01% from 537); Blue value is 249 (97.66% from 255 or 46.37% from 537); Max value from RGB is 249 - color contains mainly: blue. Hex color #F52BF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F52BF9 is #0AD406. Grayscale: #7E7E7E. Windows color (decimal): -709639 or 16329717. OLE color: 16329717.
HSL color Cylindrical-coordinate representation of color #F52BF9: hue angle of 298.83º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F52BF9 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 43 | 249 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.02 |
| HSL | 298.84º | 0.94% | 0.57% | - |
| HSV(B) | 298.84º | 0.83% | 0.98% | - |
| XYZ | 55.62 | 27.98 | 92.09 | - |
| YUV | 126.88 | 196.92 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 43 | 249 | 0.02 | 0.83 | 0 | 0.02 | 298.84 | 0.94 | 0.57 |
| Hex | F5 | 2B | F9 | 2 | 53 | 0 | 2 | 12B | 5E | 39 |
| Octal | 365 | 53 | 371 | 2 | 123 | 0 | 2 | 453 | 136 | 71 |
| Binary | 11110101 | 101011 | 11111001 | 10 | 1010011 | 0 | 10 | 100101011 | 1011110 | 111001 |
Color Harmonies of #F52BF9
Complementary color
Monochromatic Colors of #F52BF9
Black with #F52BF9
Text Example
Text Example
White with #F52BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52BF9; }
p { color: rgb(245,43,249); }
H1.HeaderClassName
{
color: #F52BF9;
}
.AnyTagClassName
{
color: #F52BF9;
}
</style>
background-color css
<style>
a { background-color: #F52BF9; }
a { background-color: rgb(245,43,249); }
div.DivClassName
{
background-color: #F52BF9;
}
.BgClassName
{
background-color: #F52BF9;
}
</style>
border-color css
<style>
span { border-color: #F52BF9; }
span { border-color: rgb(245,43,249); }
td.TdClassName
{
border-color: #F52BF9;
}
.TagClassName
{
border-color: #F52BF9;
}
</style>