Shades of Brink Pink #F86E7A
Tints of Brink Pink #F86E7A
RGB
CMYK
RGB Variations
Color information
#F86E7A (or 0xF86E7A) is known color: Brink Pink. HEX triplet: F8, 6E and 7A. RGB value is (248,110,122). Sum of RGB (Red+Green+Blue) = 248+110+122=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F86E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86E7A is #079185. Grayscale: #989898. Windows color (decimal): -496006 or 8023800. OLE color: 8023800.
HSL color Cylindrical-coordinate representation of color #F86E7A: hue angle of 354.78º 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 #F86E7A is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 110 | 122 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.03 |
| HSL | 354.78º | 0.91% | 0.7% | - |
| HSV(B) | 354.78º | 0.56% | 0.97% | - |
| XYZ | 47.8 | 32.51 | 22.17 | - |
| YUV | 152.63 | 110.72 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 110 | 122 | 0 | 0.56 | 0.51 | 0.03 | 354.78 | 0.91 | 0.7 |
| Hex | F8 | 6E | 7A | 0 | 38 | 33 | 3 | 163 | 5B | 46 |
| Octal | 370 | 156 | 172 | 0 | 70 | 63 | 3 | 543 | 133 | 106 |
| Binary | 11111000 | 1101110 | 1111010 | 0 | 111000 | 110011 | 11 | 101100011 | 1011011 | 1000110 |
Color Harmonies of #F86E7A
Complementary color
Monochromatic Colors of #F86E7A
Black with #F86E7A
Text Example
Text Example
White with #F86E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86E7A; }
p { color: rgb(248,110,122); }
H1.HeaderClassName
{
color: #F86E7A;
}
.AnyTagClassName
{
color: #F86E7A;
}
</style>
background-color css
<style>
a { background-color: #F86E7A; }
a { background-color: rgb(248,110,122); }
div.DivClassName
{
background-color: #F86E7A;
}
.BgClassName
{
background-color: #F86E7A;
}
</style>
border-color css
<style>
span { border-color: #F86E7A; }
span { border-color: rgb(248,110,122); }
td.TdClassName
{
border-color: #F86E7A;
}
.TagClassName
{
border-color: #F86E7A;
}
</style>