Shades of Magenta #FC0BFB
Tints of Magenta #FC0BFB
RGB
CMYK
RGB Variations
Color information
#FC0BFB (or 0xFC0BFB) is known color: Magenta. HEX triplet: FC, 0B and FB. RGB value is (252,11,251). Sum of RGB (Red+Green+Blue) = 252+11+251=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 11 (4.69% from 255 or 2.14% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0BFB is #03F404. Grayscale: #6D6D6D. Windows color (decimal): -259077 or 16452604. OLE color: 16452604.
HSL color Cylindrical-coordinate representation of color #FC0BFB: hue angle of 300.25º 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 #FC0BFB is Cyan = 0, Magento = 0.96, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 11 | 251 | - |
| CMYK | 0 | 0.96 | 0.00 | 0.01 |
| HSL | 300.25º | 0.98% | 0.52% | - |
| HSV(B) | 300.25º | 0.96% | 0.99% | - |
| XYZ | 57.68 | 27.9 | 93.61 | - |
| YUV | 110.42 | 207.34 | 228.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 11 | 251 | 0 | 0.96 | 0.00 | 0.01 | 300.25 | 0.98 | 0.52 |
| Hex | FC | B | FB | 0 | 60 | 0 | 1 | 12C | 62 | 34 |
| Octal | 374 | 13 | 373 | 0 | 140 | 0 | 1 | 454 | 142 | 64 |
| Binary | 11111100 | 1011 | 11111011 | 0 | 1100000 | 0 | 1 | 100101100 | 1100010 | 110100 |
Color Harmonies of #FC0BFB
Complementary color
Monochromatic Colors of #FC0BFB
Black with #FC0BFB
Text Example
Text Example
White with #FC0BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0BFB; }
p { color: rgb(252,11,251); }
H1.HeaderClassName
{
color: #FC0BFB;
}
.AnyTagClassName
{
color: #FC0BFB;
}
</style>
background-color css
<style>
a { background-color: #FC0BFB; }
a { background-color: rgb(252,11,251); }
div.DivClassName
{
background-color: #FC0BFB;
}
.BgClassName
{
background-color: #FC0BFB;
}
</style>
border-color css
<style>
span { border-color: #FC0BFB; }
span { border-color: rgb(252,11,251); }
td.TdClassName
{
border-color: #FC0BFB;
}
.TagClassName
{
border-color: #FC0BFB;
}
</style>