Shades of Magenta #FC0BED
Tints of Magenta #FC0BED
RGB
CMYK
RGB Variations
Color information
#FC0BED (or 0xFC0BED) is known color: Magenta. HEX triplet: FC, 0B and ED. RGB value is (252,11,237). Sum of RGB (Red+Green+Blue) = 252+11+237=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 11 (4.69% from 255 or 2.2% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0BED is #03F412. Grayscale: #6C6C6C. Windows color (decimal): -259091 or 15535100. OLE color: 15535100.
HSL color Cylindrical-coordinate representation of color #FC0BED: hue angle of 303.73º 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 #FC0BED is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 11 | 237 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.01 |
| HSL | 303.73º | 0.98% | 0.52% | - |
| HSV(B) | 303.73º | 0.96% | 0.99% | - |
| XYZ | 55.55 | 27.05 | 82.41 | - |
| YUV | 108.82 | 200.34 | 230.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 11 | 237 | 0 | 0.96 | 0.06 | 0.01 | 303.73 | 0.98 | 0.52 |
| Hex | FC | B | ED | 0 | 60 | 6 | 1 | 130 | 62 | 34 |
| Octal | 374 | 13 | 355 | 0 | 140 | 6 | 1 | 460 | 142 | 64 |
| Binary | 11111100 | 1011 | 11101101 | 0 | 1100000 | 110 | 1 | 100110000 | 1100010 | 110100 |
Color Harmonies of #FC0BED
Complementary color
Monochromatic Colors of #FC0BED
Black with #FC0BED
Text Example
Text Example
White with #FC0BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0BED; }
p { color: rgb(252,11,237); }
H1.HeaderClassName
{
color: #FC0BED;
}
.AnyTagClassName
{
color: #FC0BED;
}
</style>
background-color css
<style>
a { background-color: #FC0BED; }
a { background-color: rgb(252,11,237); }
div.DivClassName
{
background-color: #FC0BED;
}
.BgClassName
{
background-color: #FC0BED;
}
</style>
border-color css
<style>
span { border-color: #FC0BED; }
span { border-color: rgb(252,11,237); }
td.TdClassName
{
border-color: #FC0BED;
}
.TagClassName
{
border-color: #FC0BED;
}
</style>