Shades of Hot Magenta #FD0ACB
Tints of Hot Magenta #FD0ACB
RGB
CMYK
RGB Variations
Color information
#FD0ACB (or 0xFD0ACB) is known color: Hot Magenta. HEX triplet: FD, 0A and CB. RGB value is (253,10,203). Sum of RGB (Red+Green+Blue) = 253+10+203=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 10 (4.30% from 255 or 2.15% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0ACB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0ACB is #02F534. Grayscale: #686868. Windows color (decimal): -193845 or 13306621. OLE color: 13306621.
HSL color Cylindrical-coordinate representation of color #FD0ACB: hue angle of 312.35º 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 #FD0ACB is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 10 | 203 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.01 |
| HSL | 312.35º | 0.98% | 0.52% | - |
| HSV(B) | 312.35º | 0.96% | 0.99% | - |
| XYZ | 51.4 | 25.41 | 58.7 | - |
| YUV | 104.66 | 183.51 | 233.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 10 | 203 | 0 | 0.96 | 0.20 | 0.01 | 312.35 | 0.98 | 0.52 |
| Hex | FD | A | CB | 0 | 60 | 14 | 1 | 138 | 62 | 34 |
| Octal | 375 | 12 | 313 | 0 | 140 | 24 | 1 | 470 | 142 | 64 |
| Binary | 11111101 | 1010 | 11001011 | 0 | 1100000 | 10100 | 1 | 100111000 | 1100010 | 110100 |
Color Harmonies of #FD0ACB
Complementary color
Monochromatic Colors of #FD0ACB
Black with #FD0ACB
Text Example
Text Example
White with #FD0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0ACB; }
p { color: rgb(253,10,203); }
H1.HeaderClassName
{
color: #FD0ACB;
}
.AnyTagClassName
{
color: #FD0ACB;
}
</style>
background-color css
<style>
a { background-color: #FD0ACB; }
a { background-color: rgb(253,10,203); }
div.DivClassName
{
background-color: #FD0ACB;
}
.BgClassName
{
background-color: #FD0ACB;
}
</style>
border-color css
<style>
span { border-color: #FD0ACB; }
span { border-color: rgb(253,10,203); }
td.TdClassName
{
border-color: #FD0ACB;
}
.TagClassName
{
border-color: #FD0ACB;
}
</style>