Shades of Brink Pink #FB7188
Tints of Brink Pink #FB7188
RGB
CMYK
RGB Variations
Color information
#FB7188 (or 0xFB7188) is known color: Brink Pink. HEX triplet: FB, 71 and 88. RGB value is (251,113,136). Sum of RGB (Red+Green+Blue) = 251+113+136=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7188 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7188 is #048E77. Grayscale: #9C9C9C. Windows color (decimal): -298616 or 8942075. OLE color: 8942075.
HSL color Cylindrical-coordinate representation of color #FB7188: hue angle of 350º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB7188 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 113 | 136 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.02 |
| HSL | 350º | 0.95% | 0.71% | - |
| HSV(B) | 350º | 0.55% | 0.98% | - |
| XYZ | 50.13 | 34.1 | 27.23 | - |
| YUV | 156.88 | 116.22 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 113 | 136 | 0 | 0.55 | 0.46 | 0.02 | 350 | 0.95 | 0.71 |
| Hex | FB | 71 | 88 | 0 | 37 | 2E | 2 | 15E | 5F | 47 |
| Octal | 373 | 161 | 210 | 0 | 67 | 56 | 2 | 536 | 137 | 107 |
| Binary | 11111011 | 1110001 | 10001000 | 0 | 110111 | 101110 | 10 | 101011110 | 1011111 | 1000111 |
Color Harmonies of #FB7188
Complementary color
Monochromatic Colors of #FB7188
Black with #FB7188
Text Example
Text Example
White with #FB7188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7188; }
p { color: rgb(251,113,136); }
H1.HeaderClassName
{
color: #FB7188;
}
.AnyTagClassName
{
color: #FB7188;
}
</style>
background-color css
<style>
a { background-color: #FB7188; }
a { background-color: rgb(251,113,136); }
div.DivClassName
{
background-color: #FB7188;
}
.BgClassName
{
background-color: #FB7188;
}
</style>
border-color css
<style>
span { border-color: #FB7188; }
span { border-color: rgb(251,113,136); }
td.TdClassName
{
border-color: #FB7188;
}
.TagClassName
{
border-color: #FB7188;
}
</style>