Shades of Brink Pink #F86F84
Tints of Brink Pink #F86F84
RGB
CMYK
RGB Variations
Color information
#F86F84 (or 0xF86F84) is known color: Brink Pink. HEX triplet: F8, 6F and 84. RGB value is (248,111,132). Sum of RGB (Red+Green+Blue) = 248+111+132=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86F84 is #07907B. Grayscale: #9A9A9A. Windows color (decimal): -495740 or 8679416. OLE color: 8679416.
HSL color Cylindrical-coordinate representation of color #F86F84: hue angle of 350.8º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F86F84 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 111 | 132 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.03 |
| HSL | 350.8º | 0.91% | 0.7% | - |
| HSV(B) | 350.8º | 0.55% | 0.97% | - |
| XYZ | 48.56 | 32.99 | 25.64 | - |
| YUV | 154.36 | 115.39 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 111 | 132 | 0 | 0.55 | 0.47 | 0.03 | 350.8 | 0.91 | 0.7 |
| Hex | F8 | 6F | 84 | 0 | 37 | 2F | 3 | 15F | 5B | 46 |
| Octal | 370 | 157 | 204 | 0 | 67 | 57 | 3 | 537 | 133 | 106 |
| Binary | 11111000 | 1101111 | 10000100 | 0 | 110111 | 101111 | 11 | 101011111 | 1011011 | 1000110 |
Color Harmonies of #F86F84
Complementary color
Monochromatic Colors of #F86F84
Black with #F86F84
Text Example
Text Example
White with #F86F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86F84; }
p { color: rgb(248,111,132); }
H1.HeaderClassName
{
color: #F86F84;
}
.AnyTagClassName
{
color: #F86F84;
}
</style>
background-color css
<style>
a { background-color: #F86F84; }
a { background-color: rgb(248,111,132); }
div.DivClassName
{
background-color: #F86F84;
}
.BgClassName
{
background-color: #F86F84;
}
</style>
border-color css
<style>
span { border-color: #F86F84; }
span { border-color: rgb(248,111,132); }
td.TdClassName
{
border-color: #F86F84;
}
.TagClassName
{
border-color: #F86F84;
}
</style>