Shades of Magenta #F52CFD
Tints of Magenta #F52CFD
RGB
CMYK
RGB Variations
Color information
#F52CFD (or 0xF52CFD) is known color: Magenta. HEX triplet: F5, 2C and FD. RGB value is (245,44,253). Sum of RGB (Red+Green+Blue) = 245+44+253=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 44 (17.58% from 255 or 8.12% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #F52CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F52CFD is #0AD302. Grayscale: #7F7F7F. Windows color (decimal): -709379 or 16592117. OLE color: 16592117.
HSL color Cylindrical-coordinate representation of color #F52CFD: hue angle of 297.7º degrees, saturation: 0.98, 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 #F52CFD is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 44 | 253 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.01 |
| HSL | 297.7º | 0.98% | 0.58% | - |
| HSV(B) | 297.7º | 0.83% | 0.99% | - |
| XYZ | 56.29 | 28.31 | 95.43 | - |
| YUV | 127.93 | 198.59 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 44 | 253 | 0.03 | 0.83 | 0 | 0.01 | 297.7 | 0.98 | 0.58 |
| Hex | F5 | 2C | FD | 3 | 53 | 0 | 1 | 12A | 62 | 3A |
| Octal | 365 | 54 | 375 | 3 | 123 | 0 | 1 | 452 | 142 | 72 |
| Binary | 11110101 | 101100 | 11111101 | 11 | 1010011 | 0 | 1 | 100101010 | 1100010 | 111010 |
Color Harmonies of #F52CFD
Complementary color
Monochromatic Colors of #F52CFD
Black with #F52CFD
Text Example
Text Example
White with #F52CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52CFD; }
p { color: rgb(245,44,253); }
H1.HeaderClassName
{
color: #F52CFD;
}
.AnyTagClassName
{
color: #F52CFD;
}
</style>
background-color css
<style>
a { background-color: #F52CFD; }
a { background-color: rgb(245,44,253); }
div.DivClassName
{
background-color: #F52CFD;
}
.BgClassName
{
background-color: #F52CFD;
}
</style>
border-color css
<style>
span { border-color: #F52CFD; }
span { border-color: rgb(245,44,253); }
td.TdClassName
{
border-color: #F52CFD;
}
.TagClassName
{
border-color: #F52CFD;
}
</style>