Shades of Brink Pink #FB7288
Tints of Brink Pink #FB7288
RGB
CMYK
RGB Variations
Color information
#FB7288 (or 0xFB7288) is known color: Brink Pink. HEX triplet: FB, 72 and 88. RGB value is (251,114,136). Sum of RGB (Red+Green+Blue) = 251+114+136=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7288 is #048D77. Grayscale: #9D9D9D. Windows color (decimal): -298360 or 8942331. OLE color: 8942331.
HSL color Cylindrical-coordinate representation of color #FB7288: hue angle of 350.36º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB7288 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 114 | 136 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.02 |
| HSL | 350.37º | 0.94% | 0.72% | - |
| HSV(B) | 350.37º | 0.55% | 0.98% | - |
| XYZ | 50.24 | 34.32 | 27.27 | - |
| YUV | 157.47 | 115.89 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 114 | 136 | 0 | 0.55 | 0.46 | 0.02 | 350.37 | 0.94 | 0.72 |
| Hex | FB | 72 | 88 | 0 | 37 | 2E | 2 | 15E | 5E | 48 |
| Octal | 373 | 162 | 210 | 0 | 67 | 56 | 2 | 536 | 136 | 110 |
| Binary | 11111011 | 1110010 | 10001000 | 0 | 110111 | 101110 | 10 | 101011110 | 1011110 | 1001000 |
Color Harmonies of #FB7288
Complementary color
Monochromatic Colors of #FB7288
Black with #FB7288
Text Example
Text Example
White with #FB7288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7288; }
p { color: rgb(251,114,136); }
H1.HeaderClassName
{
color: #FB7288;
}
.AnyTagClassName
{
color: #FB7288;
}
</style>
background-color css
<style>
a { background-color: #FB7288; }
a { background-color: rgb(251,114,136); }
div.DivClassName
{
background-color: #FB7288;
}
.BgClassName
{
background-color: #FB7288;
}
</style>
border-color css
<style>
span { border-color: #FB7288; }
span { border-color: rgb(251,114,136); }
td.TdClassName
{
border-color: #FB7288;
}
.TagClassName
{
border-color: #FB7288;
}
</style>