Shades of Brink Pink #F87686
Tints of Brink Pink #F87686
RGB
CMYK
RGB Variations
Color information
#F87686 (or 0xF87686) is known color: Brink Pink. HEX triplet: F8, 76 and 86. RGB value is (248,118,134). Sum of RGB (Red+Green+Blue) = 248+118+134=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F87686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87686 is #078979. Grayscale: #9E9E9E. Windows color (decimal): -493946 or 8812280. OLE color: 8812280.
HSL color Cylindrical-coordinate representation of color #F87686: hue angle of 352.62º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F87686 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 118 | 134 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.03 |
| HSL | 352.62º | 0.9% | 0.72% | - |
| HSV(B) | 352.62º | 0.52% | 0.97% | - |
| XYZ | 49.49 | 34.63 | 26.63 | - |
| YUV | 158.69 | 114.07 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 118 | 134 | 0 | 0.52 | 0.46 | 0.03 | 352.62 | 0.9 | 0.72 |
| Hex | F8 | 76 | 86 | 0 | 34 | 2E | 3 | 161 | 5A | 48 |
| Octal | 370 | 166 | 206 | 0 | 64 | 56 | 3 | 541 | 132 | 110 |
| Binary | 11111000 | 1110110 | 10000110 | 0 | 110100 | 101110 | 11 | 101100001 | 1011010 | 1001000 |
Color Harmonies of #F87686
Complementary color
Monochromatic Colors of #F87686
Black with #F87686
Text Example
Text Example
White with #F87686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87686; }
p { color: rgb(248,118,134); }
H1.HeaderClassName
{
color: #F87686;
}
.AnyTagClassName
{
color: #F87686;
}
</style>
background-color css
<style>
a { background-color: #F87686; }
a { background-color: rgb(248,118,134); }
div.DivClassName
{
background-color: #F87686;
}
.BgClassName
{
background-color: #F87686;
}
</style>
border-color css
<style>
span { border-color: #F87686; }
span { border-color: rgb(248,118,134); }
td.TdClassName
{
border-color: #F87686;
}
.TagClassName
{
border-color: #F87686;
}
</style>