Shades of Brink Pink #FB7388
Tints of Brink Pink #FB7388
RGB
CMYK
RGB Variations
Color information
#FB7388 (or 0xFB7388) is known color: Brink Pink. HEX triplet: FB, 73 and 88. RGB value is (251,115,136). Sum of RGB (Red+Green+Blue) = 251+115+136=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7388 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7388 is #048C77. Grayscale: #9E9E9E. Windows color (decimal): -298104 or 8942587. OLE color: 8942587.
HSL color Cylindrical-coordinate representation of color #FB7388: hue angle of 350.74º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FB7388 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 136 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.02 |
| HSL | 350.74º | 0.94% | 0.72% | - |
| HSV(B) | 350.74º | 0.54% | 0.98% | - |
| XYZ | 50.36 | 34.55 | 27.31 | - |
| YUV | 158.06 | 115.56 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 136 | 0 | 0.54 | 0.46 | 0.02 | 350.74 | 0.94 | 0.72 |
| Hex | FB | 73 | 88 | 0 | 36 | 2E | 2 | 15F | 5E | 48 |
| Octal | 373 | 163 | 210 | 0 | 66 | 56 | 2 | 537 | 136 | 110 |
| Binary | 11111011 | 1110011 | 10001000 | 0 | 110110 | 101110 | 10 | 101011111 | 1011110 | 1001000 |
Color Harmonies of #FB7388
Complementary color
Monochromatic Colors of #FB7388
Black with #FB7388
Text Example
Text Example
White with #FB7388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7388; }
p { color: rgb(251,115,136); }
H1.HeaderClassName
{
color: #FB7388;
}
.AnyTagClassName
{
color: #FB7388;
}
</style>
background-color css
<style>
a { background-color: #FB7388; }
a { background-color: rgb(251,115,136); }
div.DivClassName
{
background-color: #FB7388;
}
.BgClassName
{
background-color: #FB7388;
}
</style>
border-color css
<style>
span { border-color: #FB7388; }
span { border-color: rgb(251,115,136); }
td.TdClassName
{
border-color: #FB7388;
}
.TagClassName
{
border-color: #FB7388;
}
</style>