Shades of Brink Pink #F86D89
Tints of Brink Pink #F86D89
RGB
CMYK
RGB Variations
Color information
#F86D89 (or 0xF86D89) is known color: Brink Pink. HEX triplet: F8, 6D and 89. RGB value is (248,109,137). Sum of RGB (Red+Green+Blue) = 248+109+137=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F86D89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86D89 is #079276. Grayscale: #999999. Windows color (decimal): -496247 or 9006584. OLE color: 9006584.
HSL color Cylindrical-coordinate representation of color #F86D89: hue angle of 347.91º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F86D89 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 109 | 137 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.03 |
| HSL | 347.91º | 0.91% | 0.7% | - |
| HSV(B) | 347.91º | 0.56% | 0.97% | - |
| XYZ | 48.7 | 32.7 | 27.41 | - |
| YUV | 153.75 | 118.55 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 109 | 137 | 0 | 0.56 | 0.45 | 0.03 | 347.91 | 0.91 | 0.7 |
| Hex | F8 | 6D | 89 | 0 | 38 | 2D | 3 | 15C | 5B | 46 |
| Octal | 370 | 155 | 211 | 0 | 70 | 55 | 3 | 534 | 133 | 106 |
| Binary | 11111000 | 1101101 | 10001001 | 0 | 111000 | 101101 | 11 | 101011100 | 1011011 | 1000110 |
Color Harmonies of #F86D89
Complementary color
Monochromatic Colors of #F86D89
Black with #F86D89
Text Example
Text Example
White with #F86D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86D89; }
p { color: rgb(248,109,137); }
H1.HeaderClassName
{
color: #F86D89;
}
.AnyTagClassName
{
color: #F86D89;
}
</style>
background-color css
<style>
a { background-color: #F86D89; }
a { background-color: rgb(248,109,137); }
div.DivClassName
{
background-color: #F86D89;
}
.BgClassName
{
background-color: #F86D89;
}
</style>
border-color css
<style>
span { border-color: #F86D89; }
span { border-color: rgb(248,109,137); }
td.TdClassName
{
border-color: #F86D89;
}
.TagClassName
{
border-color: #F86D89;
}
</style>