Shades of Magenta #FC15F2
Tints of Magenta #FC15F2
RGB
CMYK
RGB Variations
Color information
#FC15F2 (or 0xFC15F2) is known color: Magenta. HEX triplet: FC, 15 and F2. RGB value is (252,21,242). Sum of RGB (Red+Green+Blue) = 252+21+242=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 21 (8.59% from 255 or 4.08% from 515); Blue value is 242 (94.92% from 255 or 46.99% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC15F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC15F2 is #03EA0D. Grayscale: #727272. Windows color (decimal): -256526 or 15865340. OLE color: 15865340.
HSL color Cylindrical-coordinate representation of color #FC15F2: hue angle of 302.6º 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 #FC15F2 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 21 | 242 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.01 |
| HSL | 302.6º | 0.97% | 0.54% | - |
| HSV(B) | 302.6º | 0.92% | 0.99% | - |
| XYZ | 56.44 | 27.64 | 86.37 | - |
| YUV | 115.26 | 199.53 | 225.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 242 | 0 | 0.92 | 0.04 | 0.01 | 302.6 | 0.97 | 0.54 |
| Hex | FC | 15 | F2 | 0 | 5C | 4 | 1 | 12F | 61 | 36 |
| Octal | 374 | 25 | 362 | 0 | 134 | 4 | 1 | 457 | 141 | 66 |
| Binary | 11111100 | 10101 | 11110010 | 0 | 1011100 | 100 | 1 | 100101111 | 1100001 | 110110 |
Color Harmonies of #FC15F2
Complementary color
Monochromatic Colors of #FC15F2
Black with #FC15F2
Text Example
Text Example
White with #FC15F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC15F2; }
p { color: rgb(252,21,242); }
H1.HeaderClassName
{
color: #FC15F2;
}
.AnyTagClassName
{
color: #FC15F2;
}
</style>
background-color css
<style>
a { background-color: #FC15F2; }
a { background-color: rgb(252,21,242); }
div.DivClassName
{
background-color: #FC15F2;
}
.BgClassName
{
background-color: #FC15F2;
}
</style>
border-color css
<style>
span { border-color: #FC15F2; }
span { border-color: rgb(252,21,242); }
td.TdClassName
{
border-color: #FC15F2;
}
.TagClassName
{
border-color: #FC15F2;
}
</style>