Shades of Brink Pink #F86C80
Tints of Brink Pink #F86C80
RGB
CMYK
RGB Variations
Color information
#F86C80 (or 0xF86C80) is known color: Brink Pink. HEX triplet: F8, 6C and 80. RGB value is (248,108,128). Sum of RGB (Red+Green+Blue) = 248+108+128=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86C80 is #07937F. Grayscale: #989898. Windows color (decimal): -496512 or 8416504. OLE color: 8416504.
HSL color Cylindrical-coordinate representation of color #F86C80: hue angle of 351.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 #F86C80 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 108 | 128 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.03 |
| HSL | 351.43º | 0.91% | 0.7% | - |
| HSV(B) | 351.43º | 0.56% | 0.97% | - |
| XYZ | 47.97 | 32.24 | 24.12 | - |
| YUV | 152.14 | 114.38 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 108 | 128 | 0 | 0.56 | 0.48 | 0.03 | 351.43 | 0.91 | 0.7 |
| Hex | F8 | 6C | 80 | 0 | 38 | 30 | 3 | 15F | 5B | 46 |
| Octal | 370 | 154 | 200 | 0 | 70 | 60 | 3 | 537 | 133 | 106 |
| Binary | 11111000 | 1101100 | 10000000 | 0 | 111000 | 110000 | 11 | 101011111 | 1011011 | 1000110 |
Color Harmonies of #F86C80
Complementary color
Monochromatic Colors of #F86C80
Black with #F86C80
Text Example
Text Example
White with #F86C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86C80; }
p { color: rgb(248,108,128); }
H1.HeaderClassName
{
color: #F86C80;
}
.AnyTagClassName
{
color: #F86C80;
}
</style>
background-color css
<style>
a { background-color: #F86C80; }
a { background-color: rgb(248,108,128); }
div.DivClassName
{
background-color: #F86C80;
}
.BgClassName
{
background-color: #F86C80;
}
</style>
border-color css
<style>
span { border-color: #F86C80; }
span { border-color: rgb(248,108,128); }
td.TdClassName
{
border-color: #F86C80;
}
.TagClassName
{
border-color: #F86C80;
}
</style>