Shades of Magenta #FC0BEA
Tints of Magenta #FC0BEA
RGB
CMYK
RGB Variations
Color information
#FC0BEA (or 0xFC0BEA) is known color: Magenta. HEX triplet: FC, 0B and EA. RGB value is (252,11,234). Sum of RGB (Red+Green+Blue) = 252+11+234=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 11 (4.69% from 255 or 2.21% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0BEA is #03F415. Grayscale: #6B6B6B. Windows color (decimal): -259094 or 15338492. OLE color: 15338492.
HSL color Cylindrical-coordinate representation of color #FC0BEA: hue angle of 304.48º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0BEA is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 11 | 234 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.01 |
| HSL | 304.48º | 0.98% | 0.52% | - |
| HSV(B) | 304.48º | 0.96% | 0.99% | - |
| XYZ | 55.12 | 26.88 | 80.12 | - |
| YUV | 108.48 | 198.84 | 230.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 11 | 234 | 0 | 0.96 | 0.07 | 0.01 | 304.48 | 0.98 | 0.52 |
| Hex | FC | B | EA | 0 | 60 | 7 | 1 | 130 | 62 | 34 |
| Octal | 374 | 13 | 352 | 0 | 140 | 7 | 1 | 460 | 142 | 64 |
| Binary | 11111100 | 1011 | 11101010 | 0 | 1100000 | 111 | 1 | 100110000 | 1100010 | 110100 |
Color Harmonies of #FC0BEA
Complementary color
Monochromatic Colors of #FC0BEA
Black with #FC0BEA
Text Example
Text Example
White with #FC0BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0BEA; }
p { color: rgb(252,11,234); }
H1.HeaderClassName
{
color: #FC0BEA;
}
.AnyTagClassName
{
color: #FC0BEA;
}
</style>
background-color css
<style>
a { background-color: #FC0BEA; }
a { background-color: rgb(252,11,234); }
div.DivClassName
{
background-color: #FC0BEA;
}
.BgClassName
{
background-color: #FC0BEA;
}
</style>
border-color css
<style>
span { border-color: #FC0BEA; }
span { border-color: rgb(252,11,234); }
td.TdClassName
{
border-color: #FC0BEA;
}
.TagClassName
{
border-color: #FC0BEA;
}
</style>