Shades of Magenta #FC1BE8
Tints of Magenta #FC1BE8
RGB
CMYK
RGB Variations
Color information
#FC1BE8 (or 0xFC1BE8) is known color: Magenta. HEX triplet: FC, 1B and E8. RGB value is (252,27,232). Sum of RGB (Red+Green+Blue) = 252+27+232=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 27 (10.94% from 255 or 5.28% from 511); Blue value is 232 (91.02% from 255 or 45.40% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1BE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1BE8 is #03E417. Grayscale: #757575. Windows color (decimal): -255000 or 15211516. OLE color: 15211516.
HSL color Cylindrical-coordinate representation of color #FC1BE8: hue angle of 305.33º 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 #FC1BE8 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 27 | 232 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.01 |
| HSL | 305.33º | 0.97% | 0.55% | - |
| HSV(B) | 305.33º | 0.89% | 0.99% | - |
| XYZ | 55.1 | 27.31 | 78.71 | - |
| YUV | 117.65 | 192.54 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 27 | 232 | 0 | 0.89 | 0.08 | 0.01 | 305.33 | 0.97 | 0.55 |
| Hex | FC | 1B | E8 | 0 | 59 | 8 | 1 | 131 | 61 | 37 |
| Octal | 374 | 33 | 350 | 0 | 131 | 10 | 1 | 461 | 141 | 67 |
| Binary | 11111100 | 11011 | 11101000 | 0 | 1011001 | 1000 | 1 | 100110001 | 1100001 | 110111 |
Color Harmonies of #FC1BE8
Complementary color
Monochromatic Colors of #FC1BE8
Black with #FC1BE8
Text Example
Text Example
White with #FC1BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1BE8; }
p { color: rgb(252,27,232); }
H1.HeaderClassName
{
color: #FC1BE8;
}
.AnyTagClassName
{
color: #FC1BE8;
}
</style>
background-color css
<style>
a { background-color: #FC1BE8; }
a { background-color: rgb(252,27,232); }
div.DivClassName
{
background-color: #FC1BE8;
}
.BgClassName
{
background-color: #FC1BE8;
}
</style>
border-color css
<style>
span { border-color: #FC1BE8; }
span { border-color: rgb(252,27,232); }
td.TdClassName
{
border-color: #FC1BE8;
}
.TagClassName
{
border-color: #FC1BE8;
}
</style>