Shades of Magenta #FC15FA
Tints of Magenta #FC15FA
RGB
CMYK
RGB Variations
Color information
#FC15FA (or 0xFC15FA) is known color: Magenta. HEX triplet: FC, 15 and FA. RGB value is (252,21,250). Sum of RGB (Red+Green+Blue) = 252+21+250=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 21 (8.59% from 255 or 4.02% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FC15FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC15FA is #03EA05. Grayscale: #737373. Windows color (decimal): -256518 or 16389628. OLE color: 16389628.
HSL color Cylindrical-coordinate representation of color #FC15FA: hue angle of 300.52º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC15FA is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 21 | 250 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.01 |
| HSL | 300.52º | 0.97% | 0.54% | - |
| HSV(B) | 300.52º | 0.92% | 0.99% | - |
| XYZ | 57.67 | 28.13 | 92.83 | - |
| YUV | 116.18 | 203.53 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 250 | 0 | 0.92 | 0.01 | 0.01 | 300.52 | 0.97 | 0.54 |
| Hex | FC | 15 | FA | 0 | 5C | 1 | 1 | 12D | 61 | 36 |
| Octal | 374 | 25 | 372 | 0 | 134 | 1 | 1 | 455 | 141 | 66 |
| Binary | 11111100 | 10101 | 11111010 | 0 | 1011100 | 1 | 1 | 100101101 | 1100001 | 110110 |
Color Harmonies of #FC15FA
Complementary color
Monochromatic Colors of #FC15FA
Black with #FC15FA
Text Example
Text Example
White with #FC15FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC15FA; }
p { color: rgb(252,21,250); }
H1.HeaderClassName
{
color: #FC15FA;
}
.AnyTagClassName
{
color: #FC15FA;
}
</style>
background-color css
<style>
a { background-color: #FC15FA; }
a { background-color: rgb(252,21,250); }
div.DivClassName
{
background-color: #FC15FA;
}
.BgClassName
{
background-color: #FC15FA;
}
</style>
border-color css
<style>
span { border-color: #FC15FA; }
span { border-color: rgb(252,21,250); }
td.TdClassName
{
border-color: #FC15FA;
}
.TagClassName
{
border-color: #FC15FA;
}
</style>