Shades of Deep Pink #FD1E8B
Tints of Deep Pink #FD1E8B
RGB
CMYK
RGB Variations
Color information
#FD1E8B (or 0xFD1E8B) is known color: Deep Pink. HEX triplet: FD, 1E and 8B. RGB value is (253,30,139). Sum of RGB (Red+Green+Blue) = 253+30+139=422 (55% of max value = 765). Red value is 253 (99.22% from 255 or 59.95% from 422); Green value is 30 (12.11% from 255 or 7.11% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1E8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1E8B is #02E174. Grayscale: #6C6C6C. Windows color (decimal): -188789 or 9117437. OLE color: 9117437.
HSL color Cylindrical-coordinate representation of color #FD1E8B: hue angle of 330.67º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD1E8B is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 30 | 139 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.01 |
| HSL | 330.67º | 0.98% | 0.55% | - |
| HSV(B) | 330.67º | 0.88% | 0.99% | - |
| XYZ | 45.63 | 23.68 | 26.59 | - |
| YUV | 109.1 | 144.88 | 230.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 30 | 139 | 0 | 0.88 | 0.45 | 0.01 | 330.67 | 0.98 | 0.55 |
| Hex | FD | 1E | 8B | 0 | 58 | 2D | 1 | 14B | 62 | 37 |
| Octal | 375 | 36 | 213 | 0 | 130 | 55 | 1 | 513 | 142 | 67 |
| Binary | 11111101 | 11110 | 10001011 | 0 | 1011000 | 101101 | 1 | 101001011 | 1100010 | 110111 |
Color Harmonies of #FD1E8B
Complementary color
Monochromatic Colors of #FD1E8B
Black with #FD1E8B
Text Example
Text Example
White with #FD1E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1E8B; }
p { color: rgb(253,30,139); }
H1.HeaderClassName
{
color: #FD1E8B;
}
.AnyTagClassName
{
color: #FD1E8B;
}
</style>
background-color css
<style>
a { background-color: #FD1E8B; }
a { background-color: rgb(253,30,139); }
div.DivClassName
{
background-color: #FD1E8B;
}
.BgClassName
{
background-color: #FD1E8B;
}
</style>
border-color css
<style>
span { border-color: #FD1E8B; }
span { border-color: rgb(253,30,139); }
td.TdClassName
{
border-color: #FD1E8B;
}
.TagClassName
{
border-color: #FD1E8B;
}
</style>