Shades of Brink Pink #F86B77
Tints of Brink Pink #F86B77
RGB
CMYK
RGB Variations
Color information
#F86B77 (or 0xF86B77) is known color: Brink Pink. HEX triplet: F8, 6B and 77. RGB value is (248,107,119). Sum of RGB (Red+Green+Blue) = 248+107+119=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F86B77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86B77 is #079488. Grayscale: #969696. Windows color (decimal): -496777 or 7826424. OLE color: 7826424.
HSL color Cylindrical-coordinate representation of color #F86B77: hue angle of 354.89º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F86B77 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 107 | 119 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.03 |
| HSL | 354.89º | 0.91% | 0.7% | - |
| HSV(B) | 354.89º | 0.57% | 0.97% | - |
| XYZ | 47.3 | 31.8 | 21.1 | - |
| YUV | 150.53 | 110.21 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 107 | 119 | 0 | 0.57 | 0.52 | 0.03 | 354.89 | 0.91 | 0.7 |
| Hex | F8 | 6B | 77 | 0 | 39 | 34 | 3 | 163 | 5B | 46 |
| Octal | 370 | 153 | 167 | 0 | 71 | 64 | 3 | 543 | 133 | 106 |
| Binary | 11111000 | 1101011 | 1110111 | 0 | 111001 | 110100 | 11 | 101100011 | 1011011 | 1000110 |
Color Harmonies of #F86B77
Complementary color
Monochromatic Colors of #F86B77
Black with #F86B77
Text Example
Text Example
White with #F86B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86B77; }
p { color: rgb(248,107,119); }
H1.HeaderClassName
{
color: #F86B77;
}
.AnyTagClassName
{
color: #F86B77;
}
</style>
background-color css
<style>
a { background-color: #F86B77; }
a { background-color: rgb(248,107,119); }
div.DivClassName
{
background-color: #F86B77;
}
.BgClassName
{
background-color: #F86B77;
}
</style>
border-color css
<style>
span { border-color: #F86B77; }
span { border-color: rgb(248,107,119); }
td.TdClassName
{
border-color: #F86B77;
}
.TagClassName
{
border-color: #F86B77;
}
</style>