Shades of Deep Pink #FB088A
Tints of Deep Pink #FB088A
RGB
CMYK
RGB Variations
Color information
#FB088A (or 0xFB088A) is known color: Deep Pink. HEX triplet: FB, 08 and 8A. RGB value is (251,8,138). Sum of RGB (Red+Green+Blue) = 251+8+138=397 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.22% from 397); Green value is 8 (3.52% from 255 or 2.02% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 251 - color contains mainly: red. Hex color #FB088A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB088A is #04F775. Grayscale: #5F5F5F. Windows color (decimal): -325494 or 9046267. OLE color: 9046267.
HSL color Cylindrical-coordinate representation of color #FB088A: hue angle of 327.9º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB088A is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 8 | 138 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.02 |
| HSL | 327.9º | 0.97% | 0.51% | - |
| HSV(B) | 327.9º | 0.97% | 0.98% | - |
| XYZ | 44.46 | 22.52 | 26.05 | - |
| YUV | 95.48 | 152.01 | 238.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 8 | 138 | 0 | 0.97 | 0.45 | 0.02 | 327.9 | 0.97 | 0.51 |
| Hex | FB | 8 | 8A | 0 | 61 | 2D | 2 | 148 | 61 | 33 |
| Octal | 373 | 10 | 212 | 0 | 141 | 55 | 2 | 510 | 141 | 63 |
| Binary | 11111011 | 1000 | 10001010 | 0 | 1100001 | 101101 | 10 | 101001000 | 1100001 | 110011 |
Color Harmonies of #FB088A
Complementary color
Monochromatic Colors of #FB088A
Black with #FB088A
Text Example
Text Example
White with #FB088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB088A; }
p { color: rgb(251,8,138); }
H1.HeaderClassName
{
color: #FB088A;
}
.AnyTagClassName
{
color: #FB088A;
}
</style>
background-color css
<style>
a { background-color: #FB088A; }
a { background-color: rgb(251,8,138); }
div.DivClassName
{
background-color: #FB088A;
}
.BgClassName
{
background-color: #FB088A;
}
</style>
border-color css
<style>
span { border-color: #FB088A; }
span { border-color: rgb(251,8,138); }
td.TdClassName
{
border-color: #FB088A;
}
.TagClassName
{
border-color: #FB088A;
}
</style>