Shades of Deep Pink #FB008B
Tints of Deep Pink #FB008B
RGB
CMYK
RGB Variations
Color information
#FB008B (or 0xFB008B) is known color: Deep Pink. HEX triplet: FB, 00 and 8B. RGB value is (251,0,139). Sum of RGB (Red+Green+Blue) = 251+0+139=390 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.36% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 251 - color contains mainly: red. Hex color #FB008B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB008B is #04FF74. Grayscale: #5A5A5A. Windows color (decimal): -327541 or 9109755. OLE color: 9109755.
HSL color Cylindrical-coordinate representation of color #FB008B: hue angle of 326.77º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB008B is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.45 | 0.02 |
| HSL | 326.77º | 1% | 0.49% | - |
| HSV(B) | 326.77º | 1% | 0.98% | - |
| XYZ | 44.44 | 22.37 | 26.4 | - |
| YUV | 90.9 | 155.16 | 242.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 139 | 0 | 1 | 0.45 | 0.02 | 326.77 | 1 | 0.49 |
| Hex | FB | 0 | 8B | 0 | 64 | 2D | 2 | 147 | 64 | 31 |
| Octal | 373 | 0 | 213 | 0 | 144 | 55 | 2 | 507 | 144 | 61 |
| Binary | 11111011 | 0 | 10001011 | 0 | 1100100 | 101101 | 10 | 101000111 | 1100100 | 110001 |
Color Harmonies of #FB008B
Complementary color
Monochromatic Colors of #FB008B
Black with #FB008B
Text Example
Text Example
White with #FB008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB008B; }
p { color: rgb(251,0,139); }
H1.HeaderClassName
{
color: #FB008B;
}
.AnyTagClassName
{
color: #FB008B;
}
</style>
background-color css
<style>
a { background-color: #FB008B; }
a { background-color: rgb(251,0,139); }
div.DivClassName
{
background-color: #FB008B;
}
.BgClassName
{
background-color: #FB008B;
}
</style>
border-color css
<style>
span { border-color: #FB008B; }
span { border-color: rgb(251,0,139); }
td.TdClassName
{
border-color: #FB008B;
}
.TagClassName
{
border-color: #FB008B;
}
</style>