Shades of Magenta #FC12F0
Tints of Magenta #FC12F0
RGB
CMYK
RGB Variations
Color information
#FC12F0 (or 0xFC12F0) is known color: Magenta. HEX triplet: FC, 12 and F0. RGB value is (252,18,240). Sum of RGB (Red+Green+Blue) = 252+18+240=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 18 (7.42% from 255 or 3.53% from 510); Blue value is 240 (94.14% from 255 or 47.06% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC12F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC12F0 is #03ED0F. Grayscale: #707070. Windows color (decimal): -257296 or 15733500. OLE color: 15733500.
HSL color Cylindrical-coordinate representation of color #FC12F0: hue angle of 303.08º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC12F0 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 240 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.01 |
| HSL | 303.08º | 0.98% | 0.53% | - |
| HSV(B) | 303.08º | 0.93% | 0.99% | - |
| XYZ | 56.09 | 27.42 | 84.77 | - |
| YUV | 113.27 | 199.52 | 226.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 240 | 0 | 0.93 | 0.05 | 0.01 | 303.08 | 0.98 | 0.53 |
| Hex | FC | 12 | F0 | 0 | 5D | 5 | 1 | 12F | 62 | 35 |
| Octal | 374 | 22 | 360 | 0 | 135 | 5 | 1 | 457 | 142 | 65 |
| Binary | 11111100 | 10010 | 11110000 | 0 | 1011101 | 101 | 1 | 100101111 | 1100010 | 110101 |
Color Harmonies of #FC12F0
Complementary color
Monochromatic Colors of #FC12F0
Black with #FC12F0
Text Example
Text Example
White with #FC12F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC12F0; }
p { color: rgb(252,18,240); }
H1.HeaderClassName
{
color: #FC12F0;
}
.AnyTagClassName
{
color: #FC12F0;
}
</style>
background-color css
<style>
a { background-color: #FC12F0; }
a { background-color: rgb(252,18,240); }
div.DivClassName
{
background-color: #FC12F0;
}
.BgClassName
{
background-color: #FC12F0;
}
</style>
border-color css
<style>
span { border-color: #FC12F0; }
span { border-color: rgb(252,18,240); }
td.TdClassName
{
border-color: #FC12F0;
}
.TagClassName
{
border-color: #FC12F0;
}
</style>