Shades of Hot Magenta #FD00CB
Tints of Hot Magenta #FD00CB
RGB
CMYK
RGB Variations
Color information
#FD00CB (or 0xFD00CB) is known color: Hot Magenta. HEX triplet: FD, 00 and CB. RGB value is (253,0,203). Sum of RGB (Red+Green+Blue) = 253+0+203=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 0 (0.39% from 255 or 0% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD00CB is #02FF34. Grayscale: #626262. Windows color (decimal): -196405 or 13304061. OLE color: 13304061.
HSL color Cylindrical-coordinate representation of color #FD00CB: hue angle of 311.86º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD00CB is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 203 | - |
| CMYK | 0 | 1 | 0.20 | 0.01 |
| HSL | 311.86º | 1% | 0.5% | - |
| HSV(B) | 311.86º | 1% | 0.99% | - |
| XYZ | 51.29 | 25.19 | 58.66 | - |
| YUV | 98.79 | 186.82 | 237.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 203 | 0 | 1 | 0.20 | 0.01 | 311.86 | 1 | 0.5 |
| Hex | FD | 0 | CB | 0 | 64 | 14 | 1 | 138 | 64 | 32 |
| Octal | 375 | 0 | 313 | 0 | 144 | 24 | 1 | 470 | 144 | 62 |
| Binary | 11111101 | 0 | 11001011 | 0 | 1100100 | 10100 | 1 | 100111000 | 1100100 | 110010 |
Color Harmonies of #FD00CB
Complementary color
Monochromatic Colors of #FD00CB
Black with #FD00CB
Text Example
Text Example
White with #FD00CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD00CB; }
p { color: rgb(253,0,203); }
H1.HeaderClassName
{
color: #FD00CB;
}
.AnyTagClassName
{
color: #FD00CB;
}
</style>
background-color css
<style>
a { background-color: #FD00CB; }
a { background-color: rgb(253,0,203); }
div.DivClassName
{
background-color: #FD00CB;
}
.BgClassName
{
background-color: #FD00CB;
}
</style>
border-color css
<style>
span { border-color: #FD00CB; }
span { border-color: rgb(253,0,203); }
td.TdClassName
{
border-color: #FD00CB;
}
.TagClassName
{
border-color: #FD00CB;
}
</style>