Shades of Magenta #FC15FF
Tints of Magenta #FC15FF
RGB
CMYK
RGB Variations
Color information
#FC15FF (or 0xFC15FF) is known color: Magenta. HEX triplet: FC, 15 and FF. RGB value is (252,21,255). Sum of RGB (Red+Green+Blue) = 252+21+255=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 21 (8.59% from 255 or 3.98% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC15FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC15FF is #03EA00. Grayscale: #747474. Windows color (decimal): -256513 or 16717308. OLE color: 16717308.
HSL color Cylindrical-coordinate representation of color #FC15FF: hue angle of 299.23º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC15FF is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 21 | 255 | - |
| CMYK | 0.01 | 0.92 | 0 | 0 |
| HSL | 299.23º | 1% | 0.54% | - |
| HSV(B) | 299.23º | 0.92% | 1% | - |
| XYZ | 58.46 | 28.45 | 97.02 | - |
| YUV | 116.75 | 206.03 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 255 | 0.01 | 0.92 | 0 | 0 | 299.23 | 1 | 0.54 |
| Hex | FC | 15 | FF | 1 | 5C | 0 | 0 | 12B | 64 | 36 |
| Octal | 374 | 25 | 377 | 1 | 134 | 0 | 0 | 453 | 144 | 66 |
| Binary | 11111100 | 10101 | 11111111 | 1 | 1011100 | 0 | 0 | 100101011 | 1100100 | 110110 |
Color Harmonies of #FC15FF
Complementary color
Monochromatic Colors of #FC15FF
Black with #FC15FF
Text Example
Text Example
White with #FC15FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC15FF; }
p { color: rgb(252,21,255); }
H1.HeaderClassName
{
color: #FC15FF;
}
.AnyTagClassName
{
color: #FC15FF;
}
</style>
background-color css
<style>
a { background-color: #FC15FF; }
a { background-color: rgb(252,21,255); }
div.DivClassName
{
background-color: #FC15FF;
}
.BgClassName
{
background-color: #FC15FF;
}
</style>
border-color css
<style>
span { border-color: #FC15FF; }
span { border-color: rgb(252,21,255); }
td.TdClassName
{
border-color: #FC15FF;
}
.TagClassName
{
border-color: #FC15FF;
}
</style>