Shades of Deep Pink #FD188D
Tints of Deep Pink #FD188D
RGB
CMYK
RGB Variations
Color information
#FD188D (or 0xFD188D) is known color: Deep Pink. HEX triplet: FD, 18 and 8D. RGB value is (253,24,141). Sum of RGB (Red+Green+Blue) = 253+24+141=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 24 (9.77% from 255 or 5.74% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD188D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD188D is #02E772. Grayscale: #696969. Windows color (decimal): -190323 or 9246973. OLE color: 9246973.
HSL color Cylindrical-coordinate representation of color #FD188D: hue angle of 329.34º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD188D is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 141 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.01 |
| HSL | 329.35º | 0.98% | 0.54% | - |
| HSV(B) | 329.35º | 0.91% | 0.99% | - |
| XYZ | 45.64 | 23.46 | 27.32 | - |
| YUV | 105.81 | 147.87 | 232.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 141 | 0 | 0.91 | 0.44 | 0.01 | 329.35 | 0.98 | 0.54 |
| Hex | FD | 18 | 8D | 0 | 5B | 2C | 1 | 149 | 62 | 36 |
| Octal | 375 | 30 | 215 | 0 | 133 | 54 | 1 | 511 | 142 | 66 |
| Binary | 11111101 | 11000 | 10001101 | 0 | 1011011 | 101100 | 1 | 101001001 | 1100010 | 110110 |
Color Harmonies of #FD188D
Complementary color
Monochromatic Colors of #FD188D
Black with #FD188D
Text Example
Text Example
White with #FD188D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD188D; }
p { color: rgb(253,24,141); }
H1.HeaderClassName
{
color: #FD188D;
}
.AnyTagClassName
{
color: #FD188D;
}
</style>
background-color css
<style>
a { background-color: #FD188D; }
a { background-color: rgb(253,24,141); }
div.DivClassName
{
background-color: #FD188D;
}
.BgClassName
{
background-color: #FD188D;
}
</style>
border-color css
<style>
span { border-color: #FD188D; }
span { border-color: rgb(253,24,141); }
td.TdClassName
{
border-color: #FD188D;
}
.TagClassName
{
border-color: #FD188D;
}
</style>