Shades of Magenta #F52CFC
Tints of Magenta #F52CFC
RGB
CMYK
RGB Variations
Color information
#F52CFC (or 0xF52CFC) is known color: Magenta. HEX triplet: F5, 2C and FC. RGB value is (245,44,252). Sum of RGB (Red+Green+Blue) = 245+44+252=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 44 (17.58% from 255 or 8.13% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #F52CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F52CFC is #0AD303. Grayscale: #7F7F7F. Windows color (decimal): -709380 or 16526581. OLE color: 16526581.
HSL color Cylindrical-coordinate representation of color #F52CFC: hue angle of 297.98º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F52CFC is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 44 | 252 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.01 |
| HSL | 297.98º | 0.97% | 0.58% | - |
| HSV(B) | 297.98º | 0.83% | 0.99% | - |
| XYZ | 56.13 | 28.24 | 94.59 | - |
| YUV | 127.81 | 198.09 | 211.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 44 | 252 | 0.03 | 0.83 | 0 | 0.01 | 297.98 | 0.97 | 0.58 |
| Hex | F5 | 2C | FC | 3 | 53 | 0 | 1 | 12A | 61 | 3A |
| Octal | 365 | 54 | 374 | 3 | 123 | 0 | 1 | 452 | 141 | 72 |
| Binary | 11110101 | 101100 | 11111100 | 11 | 1010011 | 0 | 1 | 100101010 | 1100001 | 111010 |
Color Harmonies of #F52CFC
Complementary color
Monochromatic Colors of #F52CFC
Black with #F52CFC
Text Example
Text Example
White with #F52CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52CFC; }
p { color: rgb(245,44,252); }
H1.HeaderClassName
{
color: #F52CFC;
}
.AnyTagClassName
{
color: #F52CFC;
}
</style>
background-color css
<style>
a { background-color: #F52CFC; }
a { background-color: rgb(245,44,252); }
div.DivClassName
{
background-color: #F52CFC;
}
.BgClassName
{
background-color: #F52CFC;
}
</style>
border-color css
<style>
span { border-color: #F52CFC; }
span { border-color: rgb(245,44,252); }
td.TdClassName
{
border-color: #F52CFC;
}
.TagClassName
{
border-color: #F52CFC;
}
</style>