Shades of Deep Pink #FB098D
Tints of Deep Pink #FB098D
RGB
CMYK
RGB Variations
Color information
#FB098D (or 0xFB098D) is known color: Deep Pink. HEX triplet: FB, 09 and 8D. RGB value is (251,9,141). Sum of RGB (Red+Green+Blue) = 251+9+141=401 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.59% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 251 - color contains mainly: red. Hex color #FB098D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB098D is #04F672. Grayscale: #606060. Windows color (decimal): -325235 or 9243131. OLE color: 9243131.
HSL color Cylindrical-coordinate representation of color #FB098D: hue angle of 327.27º 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 #FB098D is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 141 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.02 |
| HSL | 327.27º | 0.97% | 0.51% | - |
| HSV(B) | 327.27º | 0.96% | 0.98% | - |
| XYZ | 44.69 | 22.63 | 27.21 | - |
| YUV | 96.41 | 153.17 | 238.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 141 | 0 | 0.96 | 0.44 | 0.02 | 327.27 | 0.97 | 0.51 |
| Hex | FB | 9 | 8D | 0 | 60 | 2C | 2 | 147 | 61 | 33 |
| Octal | 373 | 11 | 215 | 0 | 140 | 54 | 2 | 507 | 141 | 63 |
| Binary | 11111011 | 1001 | 10001101 | 0 | 1100000 | 101100 | 10 | 101000111 | 1100001 | 110011 |
Color Harmonies of #FB098D
Complementary color
Monochromatic Colors of #FB098D
Black with #FB098D
Text Example
Text Example
White with #FB098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB098D; }
p { color: rgb(251,9,141); }
H1.HeaderClassName
{
color: #FB098D;
}
.AnyTagClassName
{
color: #FB098D;
}
</style>
background-color css
<style>
a { background-color: #FB098D; }
a { background-color: rgb(251,9,141); }
div.DivClassName
{
background-color: #FB098D;
}
.BgClassName
{
background-color: #FB098D;
}
</style>
border-color css
<style>
span { border-color: #FB098D; }
span { border-color: rgb(251,9,141); }
td.TdClassName
{
border-color: #FB098D;
}
.TagClassName
{
border-color: #FB098D;
}
</style>