Shades of Magenta #F52DF9
Tints of Magenta #F52DF9
RGB
CMYK
RGB Variations
Color information
#F52DF9 (or 0xF52DF9) is known color: Magenta. HEX triplet: F5, 2D and F9. RGB value is (245,45,249). Sum of RGB (Red+Green+Blue) = 245+45+249=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 45 (17.97% from 255 or 8.35% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #F52DF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F52DF9 is #0AD206. Grayscale: #7F7F7F. Windows color (decimal): -709127 or 16330229. OLE color: 16330229.
HSL color Cylindrical-coordinate representation of color #F52DF9: hue angle of 298.82º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F52DF9 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 45 | 249 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.02 |
| HSL | 298.82º | 0.94% | 0.58% | - |
| HSV(B) | 298.82º | 0.82% | 0.98% | - |
| XYZ | 55.69 | 28.13 | 92.12 | - |
| YUV | 128.06 | 196.26 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 45 | 249 | 0.02 | 0.82 | 0 | 0.02 | 298.82 | 0.94 | 0.58 |
| Hex | F5 | 2D | F9 | 2 | 52 | 0 | 2 | 12B | 5E | 3A |
| Octal | 365 | 55 | 371 | 2 | 122 | 0 | 2 | 453 | 136 | 72 |
| Binary | 11110101 | 101101 | 11111001 | 10 | 1010010 | 0 | 10 | 100101011 | 1011110 | 111010 |
Color Harmonies of #F52DF9
Complementary color
Monochromatic Colors of #F52DF9
Black with #F52DF9
Text Example
Text Example
White with #F52DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52DF9; }
p { color: rgb(245,45,249); }
H1.HeaderClassName
{
color: #F52DF9;
}
.AnyTagClassName
{
color: #F52DF9;
}
</style>
background-color css
<style>
a { background-color: #F52DF9; }
a { background-color: rgb(245,45,249); }
div.DivClassName
{
background-color: #F52DF9;
}
.BgClassName
{
background-color: #F52DF9;
}
</style>
border-color css
<style>
span { border-color: #F52DF9; }
span { border-color: rgb(245,45,249); }
td.TdClassName
{
border-color: #F52DF9;
}
.TagClassName
{
border-color: #F52DF9;
}
</style>