Shades of Magenta #F52CFF
Tints of Magenta #F52CFF
RGB
CMYK
RGB Variations
Color information
#F52CFF (or 0xF52CFF) is known color: Magenta. HEX triplet: F5, 2C and FF. RGB value is (245,44,255). Sum of RGB (Red+Green+Blue) = 245+44+255=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 44 (17.58% from 255 or 8.09% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #F52CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F52CFF is #0AD300. Grayscale: #7F7F7F. Windows color (decimal): -709377 or 16723189. OLE color: 16723189.
HSL color Cylindrical-coordinate representation of color #F52CFF: hue angle of 297.16º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F52CFF is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 44 | 255 | - |
| CMYK | 0.04 | 0.83 | 0 | 0 |
| HSL | 297.16º | 1% | 0.59% | - |
| HSV(B) | 297.16º | 0.83% | 1% | - |
| XYZ | 56.61 | 28.43 | 97.11 | - |
| YUV | 128.15 | 199.59 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 44 | 255 | 0.04 | 0.83 | 0 | 0 | 297.16 | 1 | 0.59 |
| Hex | F5 | 2C | FF | 4 | 53 | 0 | 0 | 129 | 64 | 3B |
| Octal | 365 | 54 | 377 | 4 | 123 | 0 | 0 | 451 | 144 | 73 |
| Binary | 11110101 | 101100 | 11111111 | 100 | 1010011 | 0 | 0 | 100101001 | 1100100 | 111011 |
Color Harmonies of #F52CFF
Complementary color
Monochromatic Colors of #F52CFF
Black with #F52CFF
Text Example
Text Example
White with #F52CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52CFF; }
p { color: rgb(245,44,255); }
H1.HeaderClassName
{
color: #F52CFF;
}
.AnyTagClassName
{
color: #F52CFF;
}
</style>
background-color css
<style>
a { background-color: #F52CFF; }
a { background-color: rgb(245,44,255); }
div.DivClassName
{
background-color: #F52CFF;
}
.BgClassName
{
background-color: #F52CFF;
}
</style>
border-color css
<style>
span { border-color: #F52CFF; }
span { border-color: rgb(245,44,255); }
td.TdClassName
{
border-color: #F52CFF;
}
.TagClassName
{
border-color: #F52CFF;
}
</style>