Shades of Deep Pink #FB0B8E
Tints of Deep Pink #FB0B8E
RGB
CMYK
RGB Variations
Color information
#FB0B8E (or 0xFB0B8E) is known color: Deep Pink. HEX triplet: FB, 0B and 8E. RGB value is (251,11,142). Sum of RGB (Red+Green+Blue) = 251+11+142=404 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.13% from 404); Green value is 11 (4.69% from 255 or 2.72% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0B8E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0B8E is #04F471. Grayscale: #616161. Windows color (decimal): -324722 or 9309179. OLE color: 9309179.
HSL color Cylindrical-coordinate representation of color #FB0B8E: hue angle of 327.25º 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 #FB0B8E is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 11 | 142 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.02 |
| HSL | 327.25º | 0.97% | 0.51% | - |
| HSV(B) | 327.25º | 0.96% | 0.98% | - |
| XYZ | 44.79 | 22.7 | 27.61 | - |
| YUV | 97.69 | 153.01 | 237.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 11 | 142 | 0 | 0.96 | 0.43 | 0.02 | 327.25 | 0.97 | 0.51 |
| Hex | FB | B | 8E | 0 | 60 | 2B | 2 | 147 | 61 | 33 |
| Octal | 373 | 13 | 216 | 0 | 140 | 53 | 2 | 507 | 141 | 63 |
| Binary | 11111011 | 1011 | 10001110 | 0 | 1100000 | 101011 | 10 | 101000111 | 1100001 | 110011 |
Color Harmonies of #FB0B8E
Complementary color
Monochromatic Colors of #FB0B8E
Black with #FB0B8E
Text Example
Text Example
White with #FB0B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0B8E; }
p { color: rgb(251,11,142); }
H1.HeaderClassName
{
color: #FB0B8E;
}
.AnyTagClassName
{
color: #FB0B8E;
}
</style>
background-color css
<style>
a { background-color: #FB0B8E; }
a { background-color: rgb(251,11,142); }
div.DivClassName
{
background-color: #FB0B8E;
}
.BgClassName
{
background-color: #FB0B8E;
}
</style>
border-color css
<style>
span { border-color: #FB0B8E; }
span { border-color: rgb(251,11,142); }
td.TdClassName
{
border-color: #FB0B8E;
}
.TagClassName
{
border-color: #FB0B8E;
}
</style>