Shades of Magenta #F52AFC
Tints of Magenta #F52AFC
RGB
CMYK
RGB Variations
Color information
#F52AFC (or 0xF52AFC) is known color: Magenta. HEX triplet: F5, 2A and FC. RGB value is (245,42,252). Sum of RGB (Red+Green+Blue) = 245+42+252=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 42 (16.80% from 255 or 7.79% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #F52AFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F52AFC is #0AD503. Grayscale: #7E7E7E. Windows color (decimal): -709892 or 16526069. OLE color: 16526069.
HSL color Cylindrical-coordinate representation of color #F52AFC: hue angle of 298º 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 #F52AFC is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 42 | 252 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.01 |
| HSL | 298º | 0.97% | 0.58% | - |
| HSV(B) | 298º | 0.83% | 0.99% | - |
| XYZ | 56.05 | 28.1 | 94.56 | - |
| YUV | 126.64 | 198.75 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 42 | 252 | 0.03 | 0.83 | 0 | 0.01 | 298 | 0.97 | 0.58 |
| Hex | F5 | 2A | FC | 3 | 53 | 0 | 1 | 12A | 61 | 3A |
| Octal | 365 | 52 | 374 | 3 | 123 | 0 | 1 | 452 | 141 | 72 |
| Binary | 11110101 | 101010 | 11111100 | 11 | 1010011 | 0 | 1 | 100101010 | 1100001 | 111010 |
Color Harmonies of #F52AFC
Complementary color
Monochromatic Colors of #F52AFC
Black with #F52AFC
Text Example
Text Example
White with #F52AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52AFC; }
p { color: rgb(245,42,252); }
H1.HeaderClassName
{
color: #F52AFC;
}
.AnyTagClassName
{
color: #F52AFC;
}
</style>
background-color css
<style>
a { background-color: #F52AFC; }
a { background-color: rgb(245,42,252); }
div.DivClassName
{
background-color: #F52AFC;
}
.BgClassName
{
background-color: #F52AFC;
}
</style>
border-color css
<style>
span { border-color: #F52AFC; }
span { border-color: rgb(245,42,252); }
td.TdClassName
{
border-color: #F52AFC;
}
.TagClassName
{
border-color: #F52AFC;
}
</style>