Shades of Magenta #FC0AF2
Tints of Magenta #FC0AF2
RGB
CMYK
RGB Variations
Color information
#FC0AF2 (or 0xFC0AF2) is known color: Magenta. HEX triplet: FC, 0A and F2. RGB value is (252,10,242). Sum of RGB (Red+Green+Blue) = 252+10+242=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 10 (4.30% from 255 or 1.98% from 504); Blue value is 242 (94.92% from 255 or 48.02% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0AF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0AF2 is #03F50D. Grayscale: #6C6C6C. Windows color (decimal): -259342 or 15862524. OLE color: 15862524.
HSL color Cylindrical-coordinate representation of color #FC0AF2: hue angle of 302.48º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0AF2 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 242 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.01 |
| HSL | 302.48º | 0.98% | 0.51% | - |
| HSV(B) | 302.48º | 0.96% | 0.99% | - |
| XYZ | 56.28 | 27.32 | 86.31 | - |
| YUV | 108.81 | 203.17 | 230.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 242 | 0 | 0.96 | 0.04 | 0.01 | 302.48 | 0.98 | 0.51 |
| Hex | FC | A | F2 | 0 | 60 | 4 | 1 | 12E | 62 | 33 |
| Octal | 374 | 12 | 362 | 0 | 140 | 4 | 1 | 456 | 142 | 63 |
| Binary | 11111100 | 1010 | 11110010 | 0 | 1100000 | 100 | 1 | 100101110 | 1100010 | 110011 |
Color Harmonies of #FC0AF2
Complementary color
Monochromatic Colors of #FC0AF2
Black with #FC0AF2
Text Example
Text Example
White with #FC0AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0AF2; }
p { color: rgb(252,10,242); }
H1.HeaderClassName
{
color: #FC0AF2;
}
.AnyTagClassName
{
color: #FC0AF2;
}
</style>
background-color css
<style>
a { background-color: #FC0AF2; }
a { background-color: rgb(252,10,242); }
div.DivClassName
{
background-color: #FC0AF2;
}
.BgClassName
{
background-color: #FC0AF2;
}
</style>
border-color css
<style>
span { border-color: #FC0AF2; }
span { border-color: rgb(252,10,242); }
td.TdClassName
{
border-color: #FC0AF2;
}
.TagClassName
{
border-color: #FC0AF2;
}
</style>