Shades of Brink Pink #F86A89
Tints of Brink Pink #F86A89
RGB
CMYK
RGB Variations
Color information
#F86A89 (or 0xF86A89) is known color: Brink Pink. HEX triplet: F8, 6A and 89. RGB value is (248,106,137). Sum of RGB (Red+Green+Blue) = 248+106+137=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86A89 is #079576. Grayscale: #989898. Windows color (decimal): -497015 or 9005816. OLE color: 9005816.
HSL color Cylindrical-coordinate representation of color #F86A89: hue angle of 346.9º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F86A89 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 106 | 137 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.03 |
| HSL | 346.9º | 0.91% | 0.69% | - |
| HSV(B) | 346.9º | 0.57% | 0.97% | - |
| XYZ | 48.38 | 32.07 | 27.31 | - |
| YUV | 151.99 | 119.54 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 106 | 137 | 0 | 0.57 | 0.45 | 0.03 | 346.9 | 0.91 | 0.69 |
| Hex | F8 | 6A | 89 | 0 | 39 | 2D | 3 | 15B | 5B | 45 |
| Octal | 370 | 152 | 211 | 0 | 71 | 55 | 3 | 533 | 133 | 105 |
| Binary | 11111000 | 1101010 | 10001001 | 0 | 111001 | 101101 | 11 | 101011011 | 1011011 | 1000101 |
Color Harmonies of #F86A89
Complementary color
Monochromatic Colors of #F86A89
Black with #F86A89
Text Example
Text Example
White with #F86A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86A89; }
p { color: rgb(248,106,137); }
H1.HeaderClassName
{
color: #F86A89;
}
.AnyTagClassName
{
color: #F86A89;
}
</style>
background-color css
<style>
a { background-color: #F86A89; }
a { background-color: rgb(248,106,137); }
div.DivClassName
{
background-color: #F86A89;
}
.BgClassName
{
background-color: #F86A89;
}
</style>
border-color css
<style>
span { border-color: #F86A89; }
span { border-color: rgb(248,106,137); }
td.TdClassName
{
border-color: #F86A89;
}
.TagClassName
{
border-color: #F86A89;
}
</style>