Shades of Magenta #FC0CEB
Tints of Magenta #FC0CEB
RGB
CMYK
RGB Variations
Color information
#FC0CEB (or 0xFC0CEB) is known color: Magenta. HEX triplet: FC, 0C and EB. RGB value is (252,12,235). Sum of RGB (Red+Green+Blue) = 252+12+235=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 12 (5.08% from 255 or 2.40% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0CEB is #03F314. Grayscale: #6C6C6C. Windows color (decimal): -258837 or 15404284. OLE color: 15404284.
HSL color Cylindrical-coordinate representation of color #FC0CEB: hue angle of 304.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0CEB is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 12 | 235 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.01 |
| HSL | 304.25º | 0.98% | 0.52% | - |
| HSV(B) | 304.25º | 0.95% | 0.99% | - |
| XYZ | 55.27 | 26.96 | 80.89 | - |
| YUV | 109.18 | 199.01 | 229.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 12 | 235 | 0 | 0.95 | 0.07 | 0.01 | 304.25 | 0.98 | 0.52 |
| Hex | FC | C | EB | 0 | 5F | 7 | 1 | 130 | 62 | 34 |
| Octal | 374 | 14 | 353 | 0 | 137 | 7 | 1 | 460 | 142 | 64 |
| Binary | 11111100 | 1100 | 11101011 | 0 | 1011111 | 111 | 1 | 100110000 | 1100010 | 110100 |
Color Harmonies of #FC0CEB
Complementary color
Monochromatic Colors of #FC0CEB
Black with #FC0CEB
Text Example
Text Example
White with #FC0CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0CEB; }
p { color: rgb(252,12,235); }
H1.HeaderClassName
{
color: #FC0CEB;
}
.AnyTagClassName
{
color: #FC0CEB;
}
</style>
background-color css
<style>
a { background-color: #FC0CEB; }
a { background-color: rgb(252,12,235); }
div.DivClassName
{
background-color: #FC0CEB;
}
.BgClassName
{
background-color: #FC0CEB;
}
</style>
border-color css
<style>
span { border-color: #FC0CEB; }
span { border-color: rgb(252,12,235); }
td.TdClassName
{
border-color: #FC0CEB;
}
.TagClassName
{
border-color: #FC0CEB;
}
</style>