Shades of Deep Pink #FB1D8D
Tints of Deep Pink #FB1D8D
RGB
CMYK
RGB Variations
Color information
#FB1D8D (or 0xFB1D8D) is known color: Deep Pink. HEX triplet: FB, 1D and 8D. RGB value is (251,29,141). Sum of RGB (Red+Green+Blue) = 251+29+141=421 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.62% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1D8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1D8D is #04E272. Grayscale: #6B6B6B. Windows color (decimal): -320115 or 9248251. OLE color: 9248251.
HSL color Cylindrical-coordinate representation of color #FB1D8D: hue angle of 329.73º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1D8D is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 29 | 141 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.02 |
| HSL | 329.73º | 0.97% | 0.55% | - |
| HSV(B) | 329.73º | 0.88% | 0.98% | - |
| XYZ | 45.03 | 23.31 | 27.33 | - |
| YUV | 108.15 | 146.55 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 29 | 141 | 0 | 0.88 | 0.44 | 0.02 | 329.73 | 0.97 | 0.55 |
| Hex | FB | 1D | 8D | 0 | 58 | 2C | 2 | 14A | 61 | 37 |
| Octal | 373 | 35 | 215 | 0 | 130 | 54 | 2 | 512 | 141 | 67 |
| Binary | 11111011 | 11101 | 10001101 | 0 | 1011000 | 101100 | 10 | 101001010 | 1100001 | 110111 |
Color Harmonies of #FB1D8D
Complementary color
Monochromatic Colors of #FB1D8D
Black with #FB1D8D
Text Example
Text Example
White with #FB1D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1D8D; }
p { color: rgb(251,29,141); }
H1.HeaderClassName
{
color: #FB1D8D;
}
.AnyTagClassName
{
color: #FB1D8D;
}
</style>
background-color css
<style>
a { background-color: #FB1D8D; }
a { background-color: rgb(251,29,141); }
div.DivClassName
{
background-color: #FB1D8D;
}
.BgClassName
{
background-color: #FB1D8D;
}
</style>
border-color css
<style>
span { border-color: #FB1D8D; }
span { border-color: rgb(251,29,141); }
td.TdClassName
{
border-color: #FB1D8D;
}
.TagClassName
{
border-color: #FB1D8D;
}
</style>