Shades of Brink Pink #F86E82
Tints of Brink Pink #F86E82
RGB
CMYK
RGB Variations
Color information
#F86E82 (or 0xF86E82) is known color: Brink Pink. HEX triplet: F8, 6E and 82. RGB value is (248,110,130). Sum of RGB (Red+Green+Blue) = 248+110+130=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F86E82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86E82 is #07917D. Grayscale: #999999. Windows color (decimal): -495998 or 8548088. OLE color: 8548088.
HSL color Cylindrical-coordinate representation of color #F86E82: hue angle of 351.3º 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 #F86E82 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 110 | 130 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.03 |
| HSL | 351.3º | 0.91% | 0.7% | - |
| HSV(B) | 351.3º | 0.56% | 0.97% | - |
| XYZ | 48.32 | 32.72 | 24.89 | - |
| YUV | 153.54 | 114.72 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 110 | 130 | 0 | 0.56 | 0.48 | 0.03 | 351.3 | 0.91 | 0.7 |
| Hex | F8 | 6E | 82 | 0 | 38 | 30 | 3 | 15F | 5B | 46 |
| Octal | 370 | 156 | 202 | 0 | 70 | 60 | 3 | 537 | 133 | 106 |
| Binary | 11111000 | 1101110 | 10000010 | 0 | 111000 | 110000 | 11 | 101011111 | 1011011 | 1000110 |
Color Harmonies of #F86E82
Complementary color
Monochromatic Colors of #F86E82
Black with #F86E82
Text Example
Text Example
White with #F86E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86E82; }
p { color: rgb(248,110,130); }
H1.HeaderClassName
{
color: #F86E82;
}
.AnyTagClassName
{
color: #F86E82;
}
</style>
background-color css
<style>
a { background-color: #F86E82; }
a { background-color: rgb(248,110,130); }
div.DivClassName
{
background-color: #F86E82;
}
.BgClassName
{
background-color: #F86E82;
}
</style>
border-color css
<style>
span { border-color: #F86E82; }
span { border-color: rgb(248,110,130); }
td.TdClassName
{
border-color: #F86E82;
}
.TagClassName
{
border-color: #F86E82;
}
</style>