Shades of Magenta #F52DF5
Tints of Magenta #F52DF5
RGB
CMYK
RGB Variations
Color information
#F52DF5 (or 0xF52DF5) is known color: Magenta. HEX triplet: F5, 2D and F5. RGB value is (245,45,245). Sum of RGB (Red+Green+Blue) = 245+45+245=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 45 (17.97% from 255 or 8.41% from 535); Blue value is 245 (96.09% from 255 or 45.79% from 535); Max value from RGB is 245 - color contains mainly: red, blue. Hex color #F52DF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F52DF5 is #0AD20A. Grayscale: #7F7F7F. Windows color (decimal): -709131 or 16068085. OLE color: 16068085.
HSL color Cylindrical-coordinate representation of color #F52DF5: hue angle of 300º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F52DF5 is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 45 | 245 | - |
| CMYK | 0 | 0.82 | 0 | 0.04 |
| HSL | 300º | 0.91% | 0.57% | - |
| HSV(B) | 300º | 0.82% | 0.96% | - |
| XYZ | 55.08 | 27.88 | 88.87 | - |
| YUV | 127.6 | 194.26 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 45 | 245 | 0 | 0.82 | 0 | 0.04 | 300 | 0.91 | 0.57 |
| Hex | F5 | 2D | F5 | 0 | 52 | 0 | 4 | 12C | 5B | 39 |
| Octal | 365 | 55 | 365 | 0 | 122 | 0 | 4 | 454 | 133 | 71 |
| Binary | 11110101 | 101101 | 11110101 | 0 | 1010010 | 0 | 100 | 100101100 | 1011011 | 111001 |
Color Harmonies of #F52DF5
Complementary color
Monochromatic Colors of #F52DF5
Black with #F52DF5
Text Example
Text Example
White with #F52DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52DF5; }
p { color: rgb(245,45,245); }
H1.HeaderClassName
{
color: #F52DF5;
}
.AnyTagClassName
{
color: #F52DF5;
}
</style>
background-color css
<style>
a { background-color: #F52DF5; }
a { background-color: rgb(245,45,245); }
div.DivClassName
{
background-color: #F52DF5;
}
.BgClassName
{
background-color: #F52DF5;
}
</style>
border-color css
<style>
span { border-color: #F52DF5; }
span { border-color: rgb(245,45,245); }
td.TdClassName
{
border-color: #F52DF5;
}
.TagClassName
{
border-color: #F52DF5;
}
</style>