Shades of Brink Pink #FB7486
Tints of Brink Pink #FB7486
RGB
CMYK
RGB Variations
Color information
#FB7486 (or 0xFB7486) is known color: Brink Pink. HEX triplet: FB, 74 and 86. RGB value is (251,116,134). Sum of RGB (Red+Green+Blue) = 251+116+134=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7486 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7486 is #048B79. Grayscale: #9E9E9E. Windows color (decimal): -297850 or 8811771. OLE color: 8811771.
HSL color Cylindrical-coordinate representation of color #FB7486: hue angle of 352º 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 #FB7486 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 116 | 134 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.02 |
| HSL | 352º | 0.94% | 0.72% | - |
| HSV(B) | 352º | 0.54% | 0.98% | - |
| XYZ | 50.33 | 34.72 | 26.6 | - |
| YUV | 158.42 | 114.23 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 134 | 0 | 0.54 | 0.47 | 0.02 | 352 | 0.94 | 0.72 |
| Hex | FB | 74 | 86 | 0 | 36 | 2F | 2 | 160 | 5E | 48 |
| Octal | 373 | 164 | 206 | 0 | 66 | 57 | 2 | 540 | 136 | 110 |
| Binary | 11111011 | 1110100 | 10000110 | 0 | 110110 | 101111 | 10 | 101100000 | 1011110 | 1001000 |
Color Harmonies of #FB7486
Complementary color
Monochromatic Colors of #FB7486
Black with #FB7486
Text Example
Text Example
White with #FB7486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7486; }
p { color: rgb(251,116,134); }
H1.HeaderClassName
{
color: #FB7486;
}
.AnyTagClassName
{
color: #FB7486;
}
</style>
background-color css
<style>
a { background-color: #FB7486; }
a { background-color: rgb(251,116,134); }
div.DivClassName
{
background-color: #FB7486;
}
.BgClassName
{
background-color: #FB7486;
}
</style>
border-color css
<style>
span { border-color: #FB7486; }
span { border-color: rgb(251,116,134); }
td.TdClassName
{
border-color: #FB7486;
}
.TagClassName
{
border-color: #FB7486;
}
</style>