Shades of Hot Magenta #FD0BCE
Tints of Hot Magenta #FD0BCE
RGB
CMYK
RGB Variations
Color information
#FD0BCE (or 0xFD0BCE) is known color: Hot Magenta. HEX triplet: FD, 0B and CE. RGB value is (253,11,206). Sum of RGB (Red+Green+Blue) = 253+11+206=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 11 (4.69% from 255 or 2.34% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0BCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0BCE is #02F431. Grayscale: #696969. Windows color (decimal): -193586 or 13503485. OLE color: 13503485.
HSL color Cylindrical-coordinate representation of color #FD0BCE: hue angle of 311.65º 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 #FD0BCE is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 11 | 206 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.01 |
| HSL | 311.65º | 0.98% | 0.52% | - |
| HSV(B) | 311.65º | 0.96% | 0.99% | - |
| XYZ | 51.77 | 25.58 | 60.6 | - |
| YUV | 105.59 | 184.67 | 233.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 11 | 206 | 0 | 0.96 | 0.19 | 0.01 | 311.65 | 0.98 | 0.52 |
| Hex | FD | B | CE | 0 | 60 | 13 | 1 | 138 | 62 | 34 |
| Octal | 375 | 13 | 316 | 0 | 140 | 23 | 1 | 470 | 142 | 64 |
| Binary | 11111101 | 1011 | 11001110 | 0 | 1100000 | 10011 | 1 | 100111000 | 1100010 | 110100 |
Color Harmonies of #FD0BCE
Complementary color
Monochromatic Colors of #FD0BCE
Black with #FD0BCE
Text Example
Text Example
White with #FD0BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0BCE; }
p { color: rgb(253,11,206); }
H1.HeaderClassName
{
color: #FD0BCE;
}
.AnyTagClassName
{
color: #FD0BCE;
}
</style>
background-color css
<style>
a { background-color: #FD0BCE; }
a { background-color: rgb(253,11,206); }
div.DivClassName
{
background-color: #FD0BCE;
}
.BgClassName
{
background-color: #FD0BCE;
}
</style>
border-color css
<style>
span { border-color: #FD0BCE; }
span { border-color: rgb(253,11,206); }
td.TdClassName
{
border-color: #FD0BCE;
}
.TagClassName
{
border-color: #FD0BCE;
}
</style>