Shades of Deep Pink #FB0981
Tints of Deep Pink #FB0981
RGB
CMYK
RGB Variations
Color information
#FB0981 (or 0xFB0981) is known color: Deep Pink. HEX triplet: FB, 09 and 81. RGB value is (251,9,129). Sum of RGB (Red+Green+Blue) = 251+9+129=389 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.52% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0981 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0981 is #04F67E. Grayscale: #5E5E5E. Windows color (decimal): -325247 or 8456699. OLE color: 8456699.
HSL color Cylindrical-coordinate representation of color #FB0981: hue angle of 330.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 #FB0981 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 129 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.02 |
| HSL | 330.25º | 0.97% | 0.51% | - |
| HSV(B) | 330.25º | 0.96% | 0.98% | - |
| XYZ | 43.84 | 22.29 | 22.76 | - |
| YUV | 95.04 | 147.17 | 239.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 129 | 0 | 0.96 | 0.49 | 0.02 | 330.25 | 0.97 | 0.51 |
| Hex | FB | 9 | 81 | 0 | 60 | 31 | 2 | 14A | 61 | 33 |
| Octal | 373 | 11 | 201 | 0 | 140 | 61 | 2 | 512 | 141 | 63 |
| Binary | 11111011 | 1001 | 10000001 | 0 | 1100000 | 110001 | 10 | 101001010 | 1100001 | 110011 |
Color Harmonies of #FB0981
Complementary color
Monochromatic Colors of #FB0981
Black with #FB0981
Text Example
Text Example
White with #FB0981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0981; }
p { color: rgb(251,9,129); }
H1.HeaderClassName
{
color: #FB0981;
}
.AnyTagClassName
{
color: #FB0981;
}
</style>
background-color css
<style>
a { background-color: #FB0981; }
a { background-color: rgb(251,9,129); }
div.DivClassName
{
background-color: #FB0981;
}
.BgClassName
{
background-color: #FB0981;
}
</style>
border-color css
<style>
span { border-color: #FB0981; }
span { border-color: rgb(251,9,129); }
td.TdClassName
{
border-color: #FB0981;
}
.TagClassName
{
border-color: #FB0981;
}
</style>