Shades of Magenta #FC1BEA
Tints of Magenta #FC1BEA
RGB
CMYK
RGB Variations
Color information
#FC1BEA (or 0xFC1BEA) is known color: Magenta. HEX triplet: FC, 1B and EA. RGB value is (252,27,234). Sum of RGB (Red+Green+Blue) = 252+27+234=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 27 (10.94% from 255 or 5.26% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1BEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1BEA is #03E415. Grayscale: #757575. Windows color (decimal): -254998 or 15342588. OLE color: 15342588.
HSL color Cylindrical-coordinate representation of color #FC1BEA: hue angle of 304.8º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC1BEA is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 27 | 234 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.01 |
| HSL | 304.8º | 0.97% | 0.55% | - |
| HSV(B) | 304.8º | 0.89% | 0.99% | - |
| XYZ | 55.39 | 27.42 | 80.22 | - |
| YUV | 117.87 | 193.54 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 27 | 234 | 0 | 0.89 | 0.07 | 0.01 | 304.8 | 0.97 | 0.55 |
| Hex | FC | 1B | EA | 0 | 59 | 7 | 1 | 131 | 61 | 37 |
| Octal | 374 | 33 | 352 | 0 | 131 | 7 | 1 | 461 | 141 | 67 |
| Binary | 11111100 | 11011 | 11101010 | 0 | 1011001 | 111 | 1 | 100110001 | 1100001 | 110111 |
Color Harmonies of #FC1BEA
Complementary color
Monochromatic Colors of #FC1BEA
Black with #FC1BEA
Text Example
Text Example
White with #FC1BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1BEA; }
p { color: rgb(252,27,234); }
H1.HeaderClassName
{
color: #FC1BEA;
}
.AnyTagClassName
{
color: #FC1BEA;
}
</style>
background-color css
<style>
a { background-color: #FC1BEA; }
a { background-color: rgb(252,27,234); }
div.DivClassName
{
background-color: #FC1BEA;
}
.BgClassName
{
background-color: #FC1BEA;
}
</style>
border-color css
<style>
span { border-color: #FC1BEA; }
span { border-color: rgb(252,27,234); }
td.TdClassName
{
border-color: #FC1BEA;
}
.TagClassName
{
border-color: #FC1BEA;
}
</style>