Shades of Brink Pink #F86F81
Tints of Brink Pink #F86F81
RGB
CMYK
RGB Variations
Color information
#F86F81 (or 0xF86F81) is known color: Brink Pink. HEX triplet: F8, 6F and 81. RGB value is (248,111,129). Sum of RGB (Red+Green+Blue) = 248+111+129=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86F81 is #07907E. Grayscale: #9A9A9A. Windows color (decimal): -495743 or 8482808. OLE color: 8482808.
HSL color Cylindrical-coordinate representation of color #F86F81: hue angle of 352.12º 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 #F86F81 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 111 | 129 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.03 |
| HSL | 352.12º | 0.91% | 0.7% | - |
| HSV(B) | 352.12º | 0.55% | 0.97% | - |
| XYZ | 48.36 | 32.91 | 24.57 | - |
| YUV | 154.02 | 113.89 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 111 | 129 | 0 | 0.55 | 0.48 | 0.03 | 352.12 | 0.91 | 0.7 |
| Hex | F8 | 6F | 81 | 0 | 37 | 30 | 3 | 160 | 5B | 46 |
| Octal | 370 | 157 | 201 | 0 | 67 | 60 | 3 | 540 | 133 | 106 |
| Binary | 11111000 | 1101111 | 10000001 | 0 | 110111 | 110000 | 11 | 101100000 | 1011011 | 1000110 |
Color Harmonies of #F86F81
Complementary color
Monochromatic Colors of #F86F81
Black with #F86F81
Text Example
Text Example
White with #F86F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86F81; }
p { color: rgb(248,111,129); }
H1.HeaderClassName
{
color: #F86F81;
}
.AnyTagClassName
{
color: #F86F81;
}
</style>
background-color css
<style>
a { background-color: #F86F81; }
a { background-color: rgb(248,111,129); }
div.DivClassName
{
background-color: #F86F81;
}
.BgClassName
{
background-color: #F86F81;
}
</style>
border-color css
<style>
span { border-color: #F86F81; }
span { border-color: rgb(248,111,129); }
td.TdClassName
{
border-color: #F86F81;
}
.TagClassName
{
border-color: #F86F81;
}
</style>