Shades of Deep Pink #FB2587
Tints of Deep Pink #FB2587
RGB
CMYK
RGB Variations
Color information
#FB2587 (or 0xFB2587) is known color: Deep Pink. HEX triplet: FB, 25 and 87. RGB value is (251,37,135). Sum of RGB (Red+Green+Blue) = 251+37+135=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 37 (14.84% from 255 or 8.75% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2587 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2587 is #04DA78. Grayscale: #6F6F6F. Windows color (decimal): -318073 or 8857083. OLE color: 8857083.
HSL color Cylindrical-coordinate representation of color #FB2587: hue angle of 332.52º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB2587 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 135 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.02 |
| HSL | 332.52º | 0.96% | 0.56% | - |
| HSV(B) | 332.52º | 0.85% | 0.98% | - |
| XYZ | 44.82 | 23.58 | 25.11 | - |
| YUV | 112.16 | 140.9 | 227.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 135 | 0 | 0.85 | 0.46 | 0.02 | 332.52 | 0.96 | 0.56 |
| Hex | FB | 25 | 87 | 0 | 55 | 2E | 2 | 14D | 60 | 38 |
| Octal | 373 | 45 | 207 | 0 | 125 | 56 | 2 | 515 | 140 | 70 |
| Binary | 11111011 | 100101 | 10000111 | 0 | 1010101 | 101110 | 10 | 101001101 | 1100000 | 111000 |
Color Harmonies of #FB2587
Complementary color
Monochromatic Colors of #FB2587
Black with #FB2587
Text Example
Text Example
White with #FB2587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2587; }
p { color: rgb(251,37,135); }
H1.HeaderClassName
{
color: #FB2587;
}
.AnyTagClassName
{
color: #FB2587;
}
</style>
background-color css
<style>
a { background-color: #FB2587; }
a { background-color: rgb(251,37,135); }
div.DivClassName
{
background-color: #FB2587;
}
.BgClassName
{
background-color: #FB2587;
}
</style>
border-color css
<style>
span { border-color: #FB2587; }
span { border-color: rgb(251,37,135); }
td.TdClassName
{
border-color: #FB2587;
}
.TagClassName
{
border-color: #FB2587;
}
</style>