Shades of Deep Pink #FB097A
Tints of Deep Pink #FB097A
RGB
CMYK
RGB Variations
Color information
#FB097A (or 0xFB097A) is known color: Deep Pink. HEX triplet: FB, 09 and 7A. RGB value is (251,9,122). Sum of RGB (Red+Green+Blue) = 251+9+122=382 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.71% from 382); Green value is 9 (3.91% from 255 or 2.36% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 251 - color contains mainly: red. Hex color #FB097A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB097A is #04F685. Grayscale: #5E5E5E. Windows color (decimal): -325254 or 7997947. OLE color: 7997947.
HSL color Cylindrical-coordinate representation of color #FB097A: hue angle of 331.98º 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 #FB097A is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 122 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.02 |
| HSL | 331.98º | 0.97% | 0.51% | - |
| HSV(B) | 331.98º | 0.96% | 0.98% | - |
| XYZ | 43.39 | 22.11 | 20.39 | - |
| YUV | 94.24 | 143.67 | 239.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 122 | 0 | 0.96 | 0.51 | 0.02 | 331.98 | 0.97 | 0.51 |
| Hex | FB | 9 | 7A | 0 | 60 | 33 | 2 | 14C | 61 | 33 |
| Octal | 373 | 11 | 172 | 0 | 140 | 63 | 2 | 514 | 141 | 63 |
| Binary | 11111011 | 1001 | 1111010 | 0 | 1100000 | 110011 | 10 | 101001100 | 1100001 | 110011 |
Color Harmonies of #FB097A
Complementary color
Monochromatic Colors of #FB097A
Black with #FB097A
Text Example
Text Example
White with #FB097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB097A; }
p { color: rgb(251,9,122); }
H1.HeaderClassName
{
color: #FB097A;
}
.AnyTagClassName
{
color: #FB097A;
}
</style>
background-color css
<style>
a { background-color: #FB097A; }
a { background-color: rgb(251,9,122); }
div.DivClassName
{
background-color: #FB097A;
}
.BgClassName
{
background-color: #FB097A;
}
</style>
border-color css
<style>
span { border-color: #FB097A; }
span { border-color: rgb(251,9,122); }
td.TdClassName
{
border-color: #FB097A;
}
.TagClassName
{
border-color: #FB097A;
}
</style>