Shades of Brink Pink #F86A83
Tints of Brink Pink #F86A83
RGB
CMYK
RGB Variations
Color information
#F86A83 (or 0xF86A83) is known color: Brink Pink. HEX triplet: F8, 6A and 83. RGB value is (248,106,131). Sum of RGB (Red+Green+Blue) = 248+106+131=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86A83 is #07957C. Grayscale: #979797. Windows color (decimal): -497021 or 8612600. OLE color: 8612600.
HSL color Cylindrical-coordinate representation of color #F86A83: hue angle of 349.44º 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 #F86A83 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 106 | 131 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.03 |
| HSL | 349.44º | 0.91% | 0.69% | - |
| HSV(B) | 349.44º | 0.57% | 0.97% | - |
| XYZ | 47.96 | 31.9 | 25.1 | - |
| YUV | 151.31 | 116.54 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 106 | 131 | 0 | 0.57 | 0.47 | 0.03 | 349.44 | 0.91 | 0.69 |
| Hex | F8 | 6A | 83 | 0 | 39 | 2F | 3 | 15D | 5B | 45 |
| Octal | 370 | 152 | 203 | 0 | 71 | 57 | 3 | 535 | 133 | 105 |
| Binary | 11111000 | 1101010 | 10000011 | 0 | 111001 | 101111 | 11 | 101011101 | 1011011 | 1000101 |
Color Harmonies of #F86A83
Complementary color
Monochromatic Colors of #F86A83
Black with #F86A83
Text Example
Text Example
White with #F86A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86A83; }
p { color: rgb(248,106,131); }
H1.HeaderClassName
{
color: #F86A83;
}
.AnyTagClassName
{
color: #F86A83;
}
</style>
background-color css
<style>
a { background-color: #F86A83; }
a { background-color: rgb(248,106,131); }
div.DivClassName
{
background-color: #F86A83;
}
.BgClassName
{
background-color: #F86A83;
}
</style>
border-color css
<style>
span { border-color: #F86A83; }
span { border-color: rgb(248,106,131); }
td.TdClassName
{
border-color: #F86A83;
}
.TagClassName
{
border-color: #F86A83;
}
</style>