Shades of Brink Pink #F86A8E
Tints of Brink Pink #F86A8E
RGB
CMYK
RGB Variations
Color information
#F86A8E (or 0xF86A8E) is known color: Brink Pink. HEX triplet: F8, 6A and 8E. RGB value is (248,106,142). Sum of RGB (Red+Green+Blue) = 248+106+142=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86A8E is #079571. Grayscale: #989898. Windows color (decimal): -497010 or 9333496. OLE color: 9333496.
HSL color Cylindrical-coordinate representation of color #F86A8E: hue angle of 344.79º 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 #F86A8E is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 106 | 142 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.03 |
| HSL | 344.79º | 0.91% | 0.69% | - |
| HSV(B) | 344.79º | 0.57% | 0.97% | - |
| XYZ | 48.75 | 32.22 | 29.24 | - |
| YUV | 152.56 | 122.04 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 106 | 142 | 0 | 0.57 | 0.43 | 0.03 | 344.79 | 0.91 | 0.69 |
| Hex | F8 | 6A | 8E | 0 | 39 | 2B | 3 | 159 | 5B | 45 |
| Octal | 370 | 152 | 216 | 0 | 71 | 53 | 3 | 531 | 133 | 105 |
| Binary | 11111000 | 1101010 | 10001110 | 0 | 111001 | 101011 | 11 | 101011001 | 1011011 | 1000101 |
Color Harmonies of #F86A8E
Complementary color
Monochromatic Colors of #F86A8E
Black with #F86A8E
Text Example
Text Example
White with #F86A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86A8E; }
p { color: rgb(248,106,142); }
H1.HeaderClassName
{
color: #F86A8E;
}
.AnyTagClassName
{
color: #F86A8E;
}
</style>
background-color css
<style>
a { background-color: #F86A8E; }
a { background-color: rgb(248,106,142); }
div.DivClassName
{
background-color: #F86A8E;
}
.BgClassName
{
background-color: #F86A8E;
}
</style>
border-color css
<style>
span { border-color: #F86A8E; }
span { border-color: rgb(248,106,142); }
td.TdClassName
{
border-color: #F86A8E;
}
.TagClassName
{
border-color: #F86A8E;
}
</style>