Shades of Deep Pink #FB097E
Tints of Deep Pink #FB097E
RGB
CMYK
RGB Variations
Color information
#FB097E (or 0xFB097E) is known color: Deep Pink. HEX triplet: FB, 09 and 7E. RGB value is (251,9,126). Sum of RGB (Red+Green+Blue) = 251+9+126=386 (51% of max value = 765). Red value is 251 (98.44% from 255 or 65.03% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 251 - color contains mainly: red. Hex color #FB097E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB097E is #04F681. Grayscale: #5E5E5E. Windows color (decimal): -325250 or 8260091. OLE color: 8260091.
HSL color Cylindrical-coordinate representation of color #FB097E: hue angle of 330.99º 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 #FB097E is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 126 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.02 |
| HSL | 330.99º | 0.97% | 0.51% | - |
| HSV(B) | 330.99º | 0.96% | 0.98% | - |
| XYZ | 43.65 | 22.21 | 21.73 | - |
| YUV | 94.7 | 145.67 | 239.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 126 | 0 | 0.96 | 0.50 | 0.02 | 330.99 | 0.97 | 0.51 |
| Hex | FB | 9 | 7E | 0 | 60 | 32 | 2 | 14B | 61 | 33 |
| Octal | 373 | 11 | 176 | 0 | 140 | 62 | 2 | 513 | 141 | 63 |
| Binary | 11111011 | 1001 | 1111110 | 0 | 1100000 | 110010 | 10 | 101001011 | 1100001 | 110011 |
Color Harmonies of #FB097E
Complementary color
Monochromatic Colors of #FB097E
Black with #FB097E
Text Example
Text Example
White with #FB097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB097E; }
p { color: rgb(251,9,126); }
H1.HeaderClassName
{
color: #FB097E;
}
.AnyTagClassName
{
color: #FB097E;
}
</style>
background-color css
<style>
a { background-color: #FB097E; }
a { background-color: rgb(251,9,126); }
div.DivClassName
{
background-color: #FB097E;
}
.BgClassName
{
background-color: #FB097E;
}
</style>
border-color css
<style>
span { border-color: #FB097E; }
span { border-color: rgb(251,9,126); }
td.TdClassName
{
border-color: #FB097E;
}
.TagClassName
{
border-color: #FB097E;
}
</style>