Shades of Deep Pink #FB0A87
Tints of Deep Pink #FB0A87
RGB
CMYK
RGB Variations
Color information
#FB0A87 (or 0xFB0A87) is known color: Deep Pink. HEX triplet: FB, 0A and 87. RGB value is (251,10,135). Sum of RGB (Red+Green+Blue) = 251+10+135=396 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.38% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0A87 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0A87 is #04F578. Grayscale: #606060. Windows color (decimal): -324985 or 8850171. OLE color: 8850171.
HSL color Cylindrical-coordinate representation of color #FB0A87: hue angle of 328.88º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0A87 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 135 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.02 |
| HSL | 328.88º | 0.97% | 0.51% | - |
| HSV(B) | 328.88º | 0.96% | 0.98% | - |
| XYZ | 44.27 | 22.48 | 24.93 | - |
| YUV | 96.31 | 149.84 | 238.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 135 | 0 | 0.96 | 0.46 | 0.02 | 328.88 | 0.97 | 0.51 |
| Hex | FB | A | 87 | 0 | 60 | 2E | 2 | 149 | 61 | 33 |
| Octal | 373 | 12 | 207 | 0 | 140 | 56 | 2 | 511 | 141 | 63 |
| Binary | 11111011 | 1010 | 10000111 | 0 | 1100000 | 101110 | 10 | 101001001 | 1100001 | 110011 |
Color Harmonies of #FB0A87
Complementary color
Monochromatic Colors of #FB0A87
Black with #FB0A87
Text Example
Text Example
White with #FB0A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0A87; }
p { color: rgb(251,10,135); }
H1.HeaderClassName
{
color: #FB0A87;
}
.AnyTagClassName
{
color: #FB0A87;
}
</style>
background-color css
<style>
a { background-color: #FB0A87; }
a { background-color: rgb(251,10,135); }
div.DivClassName
{
background-color: #FB0A87;
}
.BgClassName
{
background-color: #FB0A87;
}
</style>
border-color css
<style>
span { border-color: #FB0A87; }
span { border-color: rgb(251,10,135); }
td.TdClassName
{
border-color: #FB0A87;
}
.TagClassName
{
border-color: #FB0A87;
}
</style>