Shades of Brink Pink #F86C85
Tints of Brink Pink #F86C85
RGB
CMYK
RGB Variations
Color information
#F86C85 (or 0xF86C85) is known color: Brink Pink. HEX triplet: F8, 6C and 85. RGB value is (248,108,133). Sum of RGB (Red+Green+Blue) = 248+108+133=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86C85 is #07937A. Grayscale: #989898. Windows color (decimal): -496507 or 8744184. OLE color: 8744184.
HSL color Cylindrical-coordinate representation of color #F86C85: hue angle of 349.29º 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 #F86C85 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 108 | 133 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.03 |
| HSL | 349.29º | 0.91% | 0.7% | - |
| HSV(B) | 349.29º | 0.56% | 0.97% | - |
| XYZ | 48.31 | 32.38 | 25.89 | - |
| YUV | 152.71 | 116.88 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 108 | 133 | 0 | 0.56 | 0.46 | 0.03 | 349.29 | 0.91 | 0.7 |
| Hex | F8 | 6C | 85 | 0 | 38 | 2E | 3 | 15D | 5B | 46 |
| Octal | 370 | 154 | 205 | 0 | 70 | 56 | 3 | 535 | 133 | 106 |
| Binary | 11111000 | 1101100 | 10000101 | 0 | 111000 | 101110 | 11 | 101011101 | 1011011 | 1000110 |
Color Harmonies of #F86C85
Complementary color
Monochromatic Colors of #F86C85
Black with #F86C85
Text Example
Text Example
White with #F86C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86C85; }
p { color: rgb(248,108,133); }
H1.HeaderClassName
{
color: #F86C85;
}
.AnyTagClassName
{
color: #F86C85;
}
</style>
background-color css
<style>
a { background-color: #F86C85; }
a { background-color: rgb(248,108,133); }
div.DivClassName
{
background-color: #F86C85;
}
.BgClassName
{
background-color: #F86C85;
}
</style>
border-color css
<style>
span { border-color: #F86C85; }
span { border-color: rgb(248,108,133); }
td.TdClassName
{
border-color: #F86C85;
}
.TagClassName
{
border-color: #F86C85;
}
</style>