Shades of Brink Pink #FB7788
Tints of Brink Pink #FB7788
RGB
CMYK
RGB Variations
Color information
#FB7788 (or 0xFB7788) is known color: Brink Pink. HEX triplet: FB, 77 and 88. RGB value is (251,119,136). Sum of RGB (Red+Green+Blue) = 251+119+136=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7788 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7788 is #048877. Grayscale: #A0A0A0. Windows color (decimal): -297080 or 8943611. OLE color: 8943611.
HSL color Cylindrical-coordinate representation of color #FB7788: hue angle of 352.27º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB7788 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 136 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.02 |
| HSL | 352.27º | 0.94% | 0.73% | - |
| HSV(B) | 352.27º | 0.53% | 0.98% | - |
| XYZ | 50.82 | 35.48 | 27.46 | - |
| YUV | 160.41 | 114.23 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 136 | 0 | 0.53 | 0.46 | 0.02 | 352.27 | 0.94 | 0.73 |
| Hex | FB | 77 | 88 | 0 | 35 | 2E | 2 | 160 | 5E | 49 |
| Octal | 373 | 167 | 210 | 0 | 65 | 56 | 2 | 540 | 136 | 111 |
| Binary | 11111011 | 1110111 | 10001000 | 0 | 110101 | 101110 | 10 | 101100000 | 1011110 | 1001001 |
Color Harmonies of #FB7788
Complementary color
Monochromatic Colors of #FB7788
Black with #FB7788
Text Example
Text Example
White with #FB7788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7788; }
p { color: rgb(251,119,136); }
H1.HeaderClassName
{
color: #FB7788;
}
.AnyTagClassName
{
color: #FB7788;
}
</style>
background-color css
<style>
a { background-color: #FB7788; }
a { background-color: rgb(251,119,136); }
div.DivClassName
{
background-color: #FB7788;
}
.BgClassName
{
background-color: #FB7788;
}
</style>
border-color css
<style>
span { border-color: #FB7788; }
span { border-color: rgb(251,119,136); }
td.TdClassName
{
border-color: #FB7788;
}
.TagClassName
{
border-color: #FB7788;
}
</style>