Shades of Deep Pink #FB097B
Tints of Deep Pink #FB097B
RGB
CMYK
RGB Variations
Color information
#FB097B (or 0xFB097B) is known color: Deep Pink. HEX triplet: FB, 09 and 7B. RGB value is (251,9,123). Sum of RGB (Red+Green+Blue) = 251+9+123=383 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.54% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 251 - color contains mainly: red. Hex color #FB097B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB097B is #04F684. Grayscale: #5E5E5E. Windows color (decimal): -325253 or 8063483. OLE color: 8063483.
HSL color Cylindrical-coordinate representation of color #FB097B: hue angle of 331.74º 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 #FB097B is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 123 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.02 |
| HSL | 331.74º | 0.97% | 0.51% | - |
| HSV(B) | 331.74º | 0.96% | 0.98% | - |
| XYZ | 43.46 | 22.13 | 20.72 | - |
| YUV | 94.35 | 144.17 | 239.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 123 | 0 | 0.96 | 0.51 | 0.02 | 331.74 | 0.97 | 0.51 |
| Hex | FB | 9 | 7B | 0 | 60 | 33 | 2 | 14C | 61 | 33 |
| Octal | 373 | 11 | 173 | 0 | 140 | 63 | 2 | 514 | 141 | 63 |
| Binary | 11111011 | 1001 | 1111011 | 0 | 1100000 | 110011 | 10 | 101001100 | 1100001 | 110011 |
Color Harmonies of #FB097B
Complementary color
Monochromatic Colors of #FB097B
Black with #FB097B
Text Example
Text Example
White with #FB097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB097B; }
p { color: rgb(251,9,123); }
H1.HeaderClassName
{
color: #FB097B;
}
.AnyTagClassName
{
color: #FB097B;
}
</style>
background-color css
<style>
a { background-color: #FB097B; }
a { background-color: rgb(251,9,123); }
div.DivClassName
{
background-color: #FB097B;
}
.BgClassName
{
background-color: #FB097B;
}
</style>
border-color css
<style>
span { border-color: #FB097B; }
span { border-color: rgb(251,9,123); }
td.TdClassName
{
border-color: #FB097B;
}
.TagClassName
{
border-color: #FB097B;
}
</style>