Shades of Magenta #FC0BE7
Tints of Magenta #FC0BE7
RGB
CMYK
RGB Variations
Color information
#FC0BE7 (or 0xFC0BE7) is known color: Magenta. HEX triplet: FC, 0B and E7. RGB value is (252,11,231). Sum of RGB (Red+Green+Blue) = 252+11+231=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 11 (4.69% from 255 or 2.23% from 494); Blue value is 231 (90.62% from 255 or 46.76% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0BE7 is #03F418. Grayscale: #6B6B6B. Windows color (decimal): -259097 or 15141884. OLE color: 15141884.
HSL color Cylindrical-coordinate representation of color #FC0BE7: hue angle of 305.23º 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 #FC0BE7 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 11 | 231 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.01 |
| HSL | 305.23º | 0.98% | 0.52% | - |
| HSV(B) | 305.23º | 0.96% | 0.99% | - |
| XYZ | 54.69 | 26.7 | 77.87 | - |
| YUV | 108.14 | 197.34 | 230.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 11 | 231 | 0 | 0.96 | 0.08 | 0.01 | 305.23 | 0.98 | 0.52 |
| Hex | FC | B | E7 | 0 | 60 | 8 | 1 | 131 | 62 | 34 |
| Octal | 374 | 13 | 347 | 0 | 140 | 10 | 1 | 461 | 142 | 64 |
| Binary | 11111100 | 1011 | 11100111 | 0 | 1100000 | 1000 | 1 | 100110001 | 1100010 | 110100 |
Color Harmonies of #FC0BE7
Complementary color
Monochromatic Colors of #FC0BE7
Black with #FC0BE7
Text Example
Text Example
White with #FC0BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0BE7; }
p { color: rgb(252,11,231); }
H1.HeaderClassName
{
color: #FC0BE7;
}
.AnyTagClassName
{
color: #FC0BE7;
}
</style>
background-color css
<style>
a { background-color: #FC0BE7; }
a { background-color: rgb(252,11,231); }
div.DivClassName
{
background-color: #FC0BE7;
}
.BgClassName
{
background-color: #FC0BE7;
}
</style>
border-color css
<style>
span { border-color: #FC0BE7; }
span { border-color: rgb(252,11,231); }
td.TdClassName
{
border-color: #FC0BE7;
}
.TagClassName
{
border-color: #FC0BE7;
}
</style>