Shades of Deep Pink #FB1587
Tints of Deep Pink #FB1587
RGB
CMYK
RGB Variations
Color information
#FB1587 (or 0xFB1587) is known color: Deep Pink. HEX triplet: FB, 15 and 87. RGB value is (251,21,135). Sum of RGB (Red+Green+Blue) = 251+21+135=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1587 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1587 is #04EA78. Grayscale: #666666. Windows color (decimal): -322169 or 8852987. OLE color: 8852987.
HSL color Cylindrical-coordinate representation of color #FB1587: hue angle of 330.26º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB1587 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 21 | 135 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.02 |
| HSL | 330.26º | 0.97% | 0.53% | - |
| HSV(B) | 330.26º | 0.92% | 0.98% | - |
| XYZ | 44.43 | 22.79 | 24.98 | - |
| YUV | 102.77 | 146.2 | 233.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 135 | 0 | 0.92 | 0.46 | 0.02 | 330.26 | 0.97 | 0.53 |
| Hex | FB | 15 | 87 | 0 | 5C | 2E | 2 | 14A | 61 | 35 |
| Octal | 373 | 25 | 207 | 0 | 134 | 56 | 2 | 512 | 141 | 65 |
| Binary | 11111011 | 10101 | 10000111 | 0 | 1011100 | 101110 | 10 | 101001010 | 1100001 | 110101 |
Color Harmonies of #FB1587
Complementary color
Monochromatic Colors of #FB1587
Black with #FB1587
Text Example
Text Example
White with #FB1587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1587; }
p { color: rgb(251,21,135); }
H1.HeaderClassName
{
color: #FB1587;
}
.AnyTagClassName
{
color: #FB1587;
}
</style>
background-color css
<style>
a { background-color: #FB1587; }
a { background-color: rgb(251,21,135); }
div.DivClassName
{
background-color: #FB1587;
}
.BgClassName
{
background-color: #FB1587;
}
</style>
border-color css
<style>
span { border-color: #FB1587; }
span { border-color: rgb(251,21,135); }
td.TdClassName
{
border-color: #FB1587;
}
.TagClassName
{
border-color: #FB1587;
}
</style>