Shades of Deep Pink #FD1B8D
Tints of Deep Pink #FD1B8D
RGB
CMYK
RGB Variations
Color information
#FD1B8D (or 0xFD1B8D) is known color: Deep Pink. HEX triplet: FD, 1B and 8D. RGB value is (253,27,141). Sum of RGB (Red+Green+Blue) = 253+27+141=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 27 (10.94% from 255 or 6.41% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1B8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1B8D is #02E472. Grayscale: #6B6B6B. Windows color (decimal): -189555 or 9247741. OLE color: 9247741.
HSL color Cylindrical-coordinate representation of color #FD1B8D: hue angle of 329.73º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1B8D is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 27 | 141 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.01 |
| HSL | 329.73º | 0.98% | 0.55% | - |
| HSV(B) | 329.73º | 0.89% | 0.99% | - |
| XYZ | 45.71 | 23.59 | 27.34 | - |
| YUV | 107.57 | 146.87 | 231.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 27 | 141 | 0 | 0.89 | 0.44 | 0.01 | 329.73 | 0.98 | 0.55 |
| Hex | FD | 1B | 8D | 0 | 59 | 2C | 1 | 14A | 62 | 37 |
| Octal | 375 | 33 | 215 | 0 | 131 | 54 | 1 | 512 | 142 | 67 |
| Binary | 11111101 | 11011 | 10001101 | 0 | 1011001 | 101100 | 1 | 101001010 | 1100010 | 110111 |
Color Harmonies of #FD1B8D
Complementary color
Monochromatic Colors of #FD1B8D
Black with #FD1B8D
Text Example
Text Example
White with #FD1B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1B8D; }
p { color: rgb(253,27,141); }
H1.HeaderClassName
{
color: #FD1B8D;
}
.AnyTagClassName
{
color: #FD1B8D;
}
</style>
background-color css
<style>
a { background-color: #FD1B8D; }
a { background-color: rgb(253,27,141); }
div.DivClassName
{
background-color: #FD1B8D;
}
.BgClassName
{
background-color: #FD1B8D;
}
</style>
border-color css
<style>
span { border-color: #FD1B8D; }
span { border-color: rgb(253,27,141); }
td.TdClassName
{
border-color: #FD1B8D;
}
.TagClassName
{
border-color: #FD1B8D;
}
</style>