Shades of Deep Pink #FD128E
Tints of Deep Pink #FD128E
RGB
CMYK
RGB Variations
Color information
#FD128E (or 0xFD128E) is known color: Deep Pink. HEX triplet: FD, 12 and 8E. RGB value is (253,18,142). Sum of RGB (Red+Green+Blue) = 253+18+142=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 18 (7.42% from 255 or 4.36% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD128E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD128E is #02ED71. Grayscale: #666666. Windows color (decimal): -191858 or 9310973. OLE color: 9310973.
HSL color Cylindrical-coordinate representation of color #FD128E: hue angle of 328.34º 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 #FD128E is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 18 | 142 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.01 |
| HSL | 328.34º | 0.98% | 0.53% | - |
| HSV(B) | 328.34º | 0.93% | 0.99% | - |
| XYZ | 45.61 | 23.27 | 27.68 | - |
| YUV | 102.4 | 150.36 | 235.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 18 | 142 | 0 | 0.93 | 0.44 | 0.01 | 328.34 | 0.98 | 0.53 |
| Hex | FD | 12 | 8E | 0 | 5D | 2C | 1 | 148 | 62 | 35 |
| Octal | 375 | 22 | 216 | 0 | 135 | 54 | 1 | 510 | 142 | 65 |
| Binary | 11111101 | 10010 | 10001110 | 0 | 1011101 | 101100 | 1 | 101001000 | 1100010 | 110101 |
Color Harmonies of #FD128E
Complementary color
Monochromatic Colors of #FD128E
Black with #FD128E
Text Example
Text Example
White with #FD128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD128E; }
p { color: rgb(253,18,142); }
H1.HeaderClassName
{
color: #FD128E;
}
.AnyTagClassName
{
color: #FD128E;
}
</style>
background-color css
<style>
a { background-color: #FD128E; }
a { background-color: rgb(253,18,142); }
div.DivClassName
{
background-color: #FD128E;
}
.BgClassName
{
background-color: #FD128E;
}
</style>
border-color css
<style>
span { border-color: #FD128E; }
span { border-color: rgb(253,18,142); }
td.TdClassName
{
border-color: #FD128E;
}
.TagClassName
{
border-color: #FD128E;
}
</style>