Shades of Hot Magenta #FC0BDF
Tints of Hot Magenta #FC0BDF
RGB
CMYK
RGB Variations
Color information
#FC0BDF (or 0xFC0BDF) is known color: Hot Magenta. HEX triplet: FC, 0B and DF. RGB value is (252,11,223). Sum of RGB (Red+Green+Blue) = 252+11+223=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 11 (4.69% from 255 or 2.26% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0BDF is #03F420. Grayscale: #6A6A6A. Windows color (decimal): -259105 or 14617596. OLE color: 14617596.
HSL color Cylindrical-coordinate representation of color #FC0BDF: hue angle of 307.22º 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 #FC0BDF is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 11 | 223 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.01 |
| HSL | 307.22º | 0.98% | 0.52% | - |
| HSV(B) | 307.22º | 0.96% | 0.99% | - |
| XYZ | 53.58 | 26.26 | 72.06 | - |
| YUV | 107.23 | 193.34 | 231.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 11 | 223 | 0 | 0.96 | 0.12 | 0.01 | 307.22 | 0.98 | 0.52 |
| Hex | FC | B | DF | 0 | 60 | C | 1 | 133 | 62 | 34 |
| Octal | 374 | 13 | 337 | 0 | 140 | 14 | 1 | 463 | 142 | 64 |
| Binary | 11111100 | 1011 | 11011111 | 0 | 1100000 | 1100 | 1 | 100110011 | 1100010 | 110100 |
Color Harmonies of #FC0BDF
Complementary color
Monochromatic Colors of #FC0BDF
Black with #FC0BDF
Text Example
Text Example
White with #FC0BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0BDF; }
p { color: rgb(252,11,223); }
H1.HeaderClassName
{
color: #FC0BDF;
}
.AnyTagClassName
{
color: #FC0BDF;
}
</style>
background-color css
<style>
a { background-color: #FC0BDF; }
a { background-color: rgb(252,11,223); }
div.DivClassName
{
background-color: #FC0BDF;
}
.BgClassName
{
background-color: #FC0BDF;
}
</style>
border-color css
<style>
span { border-color: #FC0BDF; }
span { border-color: rgb(252,11,223); }
td.TdClassName
{
border-color: #FC0BDF;
}
.TagClassName
{
border-color: #FC0BDF;
}
</style>