Shades of Hot Magenta #FC0BCB
Tints of Hot Magenta #FC0BCB
RGB
CMYK
RGB Variations
Color information
#FC0BCB (or 0xFC0BCB) is known color: Hot Magenta. HEX triplet: FC, 0B and CB. RGB value is (252,11,203). Sum of RGB (Red+Green+Blue) = 252+11+203=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 11 (4.69% from 255 or 2.36% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0BCB is #03F434. Grayscale: #686868. Windows color (decimal): -259125 or 13306876. OLE color: 13306876.
HSL color Cylindrical-coordinate representation of color #FC0BCB: hue angle of 312.2º 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 #FC0BCB is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 11 | 203 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.01 |
| HSL | 312.2º | 0.98% | 0.52% | - |
| HSV(B) | 312.2º | 0.96% | 0.99% | - |
| XYZ | 51.04 | 25.25 | 58.68 | - |
| YUV | 104.95 | 183.34 | 232.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 11 | 203 | 0 | 0.96 | 0.19 | 0.01 | 312.2 | 0.98 | 0.52 |
| Hex | FC | B | CB | 0 | 60 | 13 | 1 | 138 | 62 | 34 |
| Octal | 374 | 13 | 313 | 0 | 140 | 23 | 1 | 470 | 142 | 64 |
| Binary | 11111100 | 1011 | 11001011 | 0 | 1100000 | 10011 | 1 | 100111000 | 1100010 | 110100 |
Color Harmonies of #FC0BCB
Complementary color
Monochromatic Colors of #FC0BCB
Black with #FC0BCB
Text Example
Text Example
White with #FC0BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0BCB; }
p { color: rgb(252,11,203); }
H1.HeaderClassName
{
color: #FC0BCB;
}
.AnyTagClassName
{
color: #FC0BCB;
}
</style>
background-color css
<style>
a { background-color: #FC0BCB; }
a { background-color: rgb(252,11,203); }
div.DivClassName
{
background-color: #FC0BCB;
}
.BgClassName
{
background-color: #FC0BCB;
}
</style>
border-color css
<style>
span { border-color: #FC0BCB; }
span { border-color: rgb(252,11,203); }
td.TdClassName
{
border-color: #FC0BCB;
}
.TagClassName
{
border-color: #FC0BCB;
}
</style>