Shades of Deep Pink #FB008C
Tints of Deep Pink #FB008C
RGB
CMYK
RGB Variations
Color information
#FB008C (or 0xFB008C) is known color: Deep Pink. HEX triplet: FB, 00 and 8C. RGB value is (251,0,140). Sum of RGB (Red+Green+Blue) = 251+0+140=391 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.19% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 251 - color contains mainly: red. Hex color #FB008C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB008C is #04FF73. Grayscale: #5A5A5A. Windows color (decimal): -327540 or 9175291. OLE color: 9175291.
HSL color Cylindrical-coordinate representation of color #FB008C: hue angle of 326.53º 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 #FB008C is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.44 | 0.02 |
| HSL | 326.53º | 1% | 0.49% | - |
| HSV(B) | 326.53º | 1% | 0.98% | - |
| XYZ | 44.52 | 22.4 | 26.79 | - |
| YUV | 91.01 | 155.66 | 242.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 140 | 0 | 1 | 0.44 | 0.02 | 326.53 | 1 | 0.49 |
| Hex | FB | 0 | 8C | 0 | 64 | 2C | 2 | 147 | 64 | 31 |
| Octal | 373 | 0 | 214 | 0 | 144 | 54 | 2 | 507 | 144 | 61 |
| Binary | 11111011 | 0 | 10001100 | 0 | 1100100 | 101100 | 10 | 101000111 | 1100100 | 110001 |
Color Harmonies of #FB008C
Complementary color
Monochromatic Colors of #FB008C
Black with #FB008C
Text Example
Text Example
White with #FB008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB008C; }
p { color: rgb(251,0,140); }
H1.HeaderClassName
{
color: #FB008C;
}
.AnyTagClassName
{
color: #FB008C;
}
</style>
background-color css
<style>
a { background-color: #FB008C; }
a { background-color: rgb(251,0,140); }
div.DivClassName
{
background-color: #FB008C;
}
.BgClassName
{
background-color: #FB008C;
}
</style>
border-color css
<style>
span { border-color: #FB008C; }
span { border-color: rgb(251,0,140); }
td.TdClassName
{
border-color: #FB008C;
}
.TagClassName
{
border-color: #FB008C;
}
</style>