Shades of Brink Pink #F86D8F
Tints of Brink Pink #F86D8F
RGB
CMYK
RGB Variations
Color information
#F86D8F (or 0xF86D8F) is known color: Brink Pink. HEX triplet: F8, 6D and 8F. RGB value is (248,109,143). Sum of RGB (Red+Green+Blue) = 248+109+143=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F86D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86D8F is #079270. Grayscale: #9A9A9A. Windows color (decimal): -496241 or 9399800. OLE color: 9399800.
HSL color Cylindrical-coordinate representation of color #F86D8F: hue angle of 345.32º 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 #F86D8F is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 109 | 143 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.03 |
| HSL | 345.32º | 0.91% | 0.7% | - |
| HSV(B) | 345.32º | 0.56% | 0.97% | - |
| XYZ | 49.14 | 32.88 | 29.74 | - |
| YUV | 154.44 | 121.55 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 109 | 143 | 0 | 0.56 | 0.42 | 0.03 | 345.32 | 0.91 | 0.7 |
| Hex | F8 | 6D | 8F | 0 | 38 | 2A | 3 | 159 | 5B | 46 |
| Octal | 370 | 155 | 217 | 0 | 70 | 52 | 3 | 531 | 133 | 106 |
| Binary | 11111000 | 1101101 | 10001111 | 0 | 111000 | 101010 | 11 | 101011001 | 1011011 | 1000110 |
Color Harmonies of #F86D8F
Complementary color
Monochromatic Colors of #F86D8F
Black with #F86D8F
Text Example
Text Example
White with #F86D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86D8F; }
p { color: rgb(248,109,143); }
H1.HeaderClassName
{
color: #F86D8F;
}
.AnyTagClassName
{
color: #F86D8F;
}
</style>
background-color css
<style>
a { background-color: #F86D8F; }
a { background-color: rgb(248,109,143); }
div.DivClassName
{
background-color: #F86D8F;
}
.BgClassName
{
background-color: #F86D8F;
}
</style>
border-color css
<style>
span { border-color: #F86D8F; }
span { border-color: rgb(248,109,143); }
td.TdClassName
{
border-color: #F86D8F;
}
.TagClassName
{
border-color: #F86D8F;
}
</style>