Shades of Deep Pink #FD128D
Tints of Deep Pink #FD128D
RGB
CMYK
RGB Variations
Color information
#FD128D (or 0xFD128D) is known color: Deep Pink. HEX triplet: FD, 12 and 8D. RGB value is (253,18,141). Sum of RGB (Red+Green+Blue) = 253+18+141=412 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.41% from 412); Green value is 18 (7.42% from 255 or 4.37% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 253 - color contains mainly: red. Hex color #FD128D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD128D is #02ED72. Grayscale: #666666. Windows color (decimal): -191859 or 9245437. OLE color: 9245437.
HSL color Cylindrical-coordinate representation of color #FD128D: hue angle of 328.6º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD128D is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 18 | 141 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.01 |
| HSL | 328.6º | 0.98% | 0.53% | - |
| HSV(B) | 328.6º | 0.93% | 0.99% | - |
| XYZ | 45.53 | 23.24 | 27.28 | - |
| YUV | 102.29 | 149.86 | 235.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 18 | 141 | 0 | 0.93 | 0.44 | 0.01 | 328.6 | 0.98 | 0.53 |
| Hex | FD | 12 | 8D | 0 | 5D | 2C | 1 | 149 | 62 | 35 |
| Octal | 375 | 22 | 215 | 0 | 135 | 54 | 1 | 511 | 142 | 65 |
| Binary | 11111101 | 10010 | 10001101 | 0 | 1011101 | 101100 | 1 | 101001001 | 1100010 | 110101 |
Color Harmonies of #FD128D
Complementary color
Monochromatic Colors of #FD128D
Black with #FD128D
Text Example
Text Example
White with #FD128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD128D; }
p { color: rgb(253,18,141); }
H1.HeaderClassName
{
color: #FD128D;
}
.AnyTagClassName
{
color: #FD128D;
}
</style>
background-color css
<style>
a { background-color: #FD128D; }
a { background-color: rgb(253,18,141); }
div.DivClassName
{
background-color: #FD128D;
}
.BgClassName
{
background-color: #FD128D;
}
</style>
border-color css
<style>
span { border-color: #FD128D; }
span { border-color: rgb(253,18,141); }
td.TdClassName
{
border-color: #FD128D;
}
.TagClassName
{
border-color: #FD128D;
}
</style>