Shades of Magenta #F52EFC
Tints of Magenta #F52EFC
RGB
CMYK
RGB Variations
Color information
#F52EFC (or 0xF52EFC) is known color: Magenta. HEX triplet: F5, 2E and FC. RGB value is (245,46,252). Sum of RGB (Red+Green+Blue) = 245+46+252=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 46 (18.36% from 255 or 8.47% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #F52EFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F52EFC is #0AD103. Grayscale: #808080. Windows color (decimal): -708868 or 16527093. OLE color: 16527093.
HSL color Cylindrical-coordinate representation of color #F52EFC: hue angle of 297.96º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F52EFC is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 46 | 252 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.01 |
| HSL | 297.96º | 0.97% | 0.58% | - |
| HSV(B) | 297.96º | 0.82% | 0.99% | - |
| XYZ | 56.2 | 28.39 | 94.61 | - |
| YUV | 128.99 | 197.43 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 46 | 252 | 0.03 | 0.82 | 0 | 0.01 | 297.96 | 0.97 | 0.58 |
| Hex | F5 | 2E | FC | 3 | 52 | 0 | 1 | 12A | 61 | 3A |
| Octal | 365 | 56 | 374 | 3 | 122 | 0 | 1 | 452 | 141 | 72 |
| Binary | 11110101 | 101110 | 11111100 | 11 | 1010010 | 0 | 1 | 100101010 | 1100001 | 111010 |
Color Harmonies of #F52EFC
Complementary color
Monochromatic Colors of #F52EFC
Black with #F52EFC
Text Example
Text Example
White with #F52EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52EFC; }
p { color: rgb(245,46,252); }
H1.HeaderClassName
{
color: #F52EFC;
}
.AnyTagClassName
{
color: #F52EFC;
}
</style>
background-color css
<style>
a { background-color: #F52EFC; }
a { background-color: rgb(245,46,252); }
div.DivClassName
{
background-color: #F52EFC;
}
.BgClassName
{
background-color: #F52EFC;
}
</style>
border-color css
<style>
span { border-color: #F52EFC; }
span { border-color: rgb(245,46,252); }
td.TdClassName
{
border-color: #F52EFC;
}
.TagClassName
{
border-color: #F52EFC;
}
</style>