Shades of Deep Pink #FB098C
Tints of Deep Pink #FB098C
RGB
CMYK
RGB Variations
Color information
#FB098C (or 0xFB098C) is known color: Deep Pink. HEX triplet: FB, 09 and 8C. RGB value is (251,9,140). Sum of RGB (Red+Green+Blue) = 251+9+140=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB098C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB098C is #04F673. Grayscale: #606060. Windows color (decimal): -325236 or 9177595. OLE color: 9177595.
HSL color Cylindrical-coordinate representation of color #FB098C: hue angle of 327.52º 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 #FB098C is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 140 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.02 |
| HSL | 327.52º | 0.97% | 0.51% | - |
| HSV(B) | 327.52º | 0.96% | 0.98% | - |
| XYZ | 44.61 | 22.6 | 26.82 | - |
| YUV | 96.29 | 152.67 | 238.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 140 | 0 | 0.96 | 0.44 | 0.02 | 327.52 | 0.97 | 0.51 |
| Hex | FB | 9 | 8C | 0 | 60 | 2C | 2 | 148 | 61 | 33 |
| Octal | 373 | 11 | 214 | 0 | 140 | 54 | 2 | 510 | 141 | 63 |
| Binary | 11111011 | 1001 | 10001100 | 0 | 1100000 | 101100 | 10 | 101001000 | 1100001 | 110011 |
Color Harmonies of #FB098C
Complementary color
Monochromatic Colors of #FB098C
Black with #FB098C
Text Example
Text Example
White with #FB098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB098C; }
p { color: rgb(251,9,140); }
H1.HeaderClassName
{
color: #FB098C;
}
.AnyTagClassName
{
color: #FB098C;
}
</style>
background-color css
<style>
a { background-color: #FB098C; }
a { background-color: rgb(251,9,140); }
div.DivClassName
{
background-color: #FB098C;
}
.BgClassName
{
background-color: #FB098C;
}
</style>
border-color css
<style>
span { border-color: #FB098C; }
span { border-color: rgb(251,9,140); }
td.TdClassName
{
border-color: #FB098C;
}
.TagClassName
{
border-color: #FB098C;
}
</style>