Shades of Magenta #F52AFF
Tints of Magenta #F52AFF
RGB
CMYK
RGB Variations
Color information
#F52AFF (or 0xF52AFF) is known color: Magenta. HEX triplet: F5, 2A and FF. RGB value is (245,42,255). Sum of RGB (Red+Green+Blue) = 245+42+255=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 42 (16.80% from 255 or 7.75% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #F52AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F52AFF is #0AD500. Grayscale: #7E7E7E. Windows color (decimal): -709889 or 16722677. OLE color: 16722677.
HSL color Cylindrical-coordinate representation of color #F52AFF: hue angle of 297.18º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F52AFF is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 42 | 255 | - |
| CMYK | 0.04 | 0.84 | 0 | 0 |
| HSL | 297.18º | 1% | 0.58% | - |
| HSV(B) | 297.18º | 0.84% | 1% | - |
| XYZ | 56.53 | 28.29 | 97.09 | - |
| YUV | 126.98 | 200.25 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 42 | 255 | 0.04 | 0.84 | 0 | 0 | 297.18 | 1 | 0.58 |
| Hex | F5 | 2A | FF | 4 | 54 | 0 | 0 | 129 | 64 | 3A |
| Octal | 365 | 52 | 377 | 4 | 124 | 0 | 0 | 451 | 144 | 72 |
| Binary | 11110101 | 101010 | 11111111 | 100 | 1010100 | 0 | 0 | 100101001 | 1100100 | 111010 |
Color Harmonies of #F52AFF
Complementary color
Monochromatic Colors of #F52AFF
Black with #F52AFF
Text Example
Text Example
White with #F52AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52AFF; }
p { color: rgb(245,42,255); }
H1.HeaderClassName
{
color: #F52AFF;
}
.AnyTagClassName
{
color: #F52AFF;
}
</style>
background-color css
<style>
a { background-color: #F52AFF; }
a { background-color: rgb(245,42,255); }
div.DivClassName
{
background-color: #F52AFF;
}
.BgClassName
{
background-color: #F52AFF;
}
</style>
border-color css
<style>
span { border-color: #F52AFF; }
span { border-color: rgb(245,42,255); }
td.TdClassName
{
border-color: #F52AFF;
}
.TagClassName
{
border-color: #F52AFF;
}
</style>