Shades of Hot Magenta #FC0BD3
Tints of Hot Magenta #FC0BD3
RGB
CMYK
RGB Variations
Color information
#FC0BD3 (or 0xFC0BD3) is known color: Hot Magenta. HEX triplet: FC, 0B and D3. RGB value is (252,11,211). Sum of RGB (Red+Green+Blue) = 252+11+211=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 11 (4.69% from 255 or 2.32% from 474); Blue value is 211 (82.81% from 255 or 44.51% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0BD3 is #03F42C. Grayscale: #696969. Windows color (decimal): -259117 or 13831164. OLE color: 13831164.
HSL color Cylindrical-coordinate representation of color #FC0BD3: hue angle of 310.21º 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 #FC0BD3 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 11 | 211 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.01 |
| HSL | 310.21º | 0.98% | 0.52% | - |
| HSV(B) | 310.21º | 0.96% | 0.99% | - |
| XYZ | 52.02 | 25.64 | 63.83 | - |
| YUV | 105.86 | 187.34 | 232.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 11 | 211 | 0 | 0.96 | 0.16 | 0.01 | 310.21 | 0.98 | 0.52 |
| Hex | FC | B | D3 | 0 | 60 | 10 | 1 | 136 | 62 | 34 |
| Octal | 374 | 13 | 323 | 0 | 140 | 20 | 1 | 466 | 142 | 64 |
| Binary | 11111100 | 1011 | 11010011 | 0 | 1100000 | 10000 | 1 | 100110110 | 1100010 | 110100 |
Color Harmonies of #FC0BD3
Complementary color
Monochromatic Colors of #FC0BD3
Black with #FC0BD3
Text Example
Text Example
White with #FC0BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0BD3; }
p { color: rgb(252,11,211); }
H1.HeaderClassName
{
color: #FC0BD3;
}
.AnyTagClassName
{
color: #FC0BD3;
}
</style>
background-color css
<style>
a { background-color: #FC0BD3; }
a { background-color: rgb(252,11,211); }
div.DivClassName
{
background-color: #FC0BD3;
}
.BgClassName
{
background-color: #FC0BD3;
}
</style>
border-color css
<style>
span { border-color: #FC0BD3; }
span { border-color: rgb(252,11,211); }
td.TdClassName
{
border-color: #FC0BD3;
}
.TagClassName
{
border-color: #FC0BD3;
}
</style>