Shades of Brink Pink #F86C87
Tints of Brink Pink #F86C87
RGB
CMYK
RGB Variations
Color information
#F86C87 (or 0xF86C87) is known color: Brink Pink. HEX triplet: F8, 6C and 87. RGB value is (248,108,135). Sum of RGB (Red+Green+Blue) = 248+108+135=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 135 (53.12% from 255 or 27.49% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86C87 is #079378. Grayscale: #989898. Windows color (decimal): -496505 or 8875256. OLE color: 8875256.
HSL color Cylindrical-coordinate representation of color #F86C87: hue angle of 348.43º 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 #F86C87 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 108 | 135 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.03 |
| HSL | 348.43º | 0.91% | 0.7% | - |
| HSV(B) | 348.43º | 0.56% | 0.97% | - |
| XYZ | 48.45 | 32.43 | 26.63 | - |
| YUV | 152.94 | 117.88 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 108 | 135 | 0 | 0.56 | 0.46 | 0.03 | 348.43 | 0.91 | 0.7 |
| Hex | F8 | 6C | 87 | 0 | 38 | 2E | 3 | 15C | 5B | 46 |
| Octal | 370 | 154 | 207 | 0 | 70 | 56 | 3 | 534 | 133 | 106 |
| Binary | 11111000 | 1101100 | 10000111 | 0 | 111000 | 101110 | 11 | 101011100 | 1011011 | 1000110 |
Color Harmonies of #F86C87
Complementary color
Monochromatic Colors of #F86C87
Black with #F86C87
Text Example
Text Example
White with #F86C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86C87; }
p { color: rgb(248,108,135); }
H1.HeaderClassName
{
color: #F86C87;
}
.AnyTagClassName
{
color: #F86C87;
}
</style>
background-color css
<style>
a { background-color: #F86C87; }
a { background-color: rgb(248,108,135); }
div.DivClassName
{
background-color: #F86C87;
}
.BgClassName
{
background-color: #F86C87;
}
</style>
border-color css
<style>
span { border-color: #F86C87; }
span { border-color: rgb(248,108,135); }
td.TdClassName
{
border-color: #F86C87;
}
.TagClassName
{
border-color: #F86C87;
}
</style>