Shades of Brink Pink #F86688
Tints of Brink Pink #F86688
RGB
CMYK
RGB Variations
Color information
#F86688 (or 0xF86688) is known color: Brink Pink. HEX triplet: F8, 66 and 88. RGB value is (248,102,136). Sum of RGB (Red+Green+Blue) = 248+102+136=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F86688 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86688 is #079977. Grayscale: #959595. Windows color (decimal): -498040 or 8939256. OLE color: 8939256.
HSL color Cylindrical-coordinate representation of color #F86688: hue angle of 346.03º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F86688 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 102 | 136 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.03 |
| HSL | 346.03º | 0.91% | 0.69% | - |
| HSV(B) | 346.03º | 0.59% | 0.97% | - |
| XYZ | 47.91 | 31.24 | 26.8 | - |
| YUV | 149.53 | 120.37 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 102 | 136 | 0 | 0.59 | 0.45 | 0.03 | 346.03 | 0.91 | 0.69 |
| Hex | F8 | 66 | 88 | 0 | 3B | 2D | 3 | 15A | 5B | 45 |
| Octal | 370 | 146 | 210 | 0 | 73 | 55 | 3 | 532 | 133 | 105 |
| Binary | 11111000 | 1100110 | 10001000 | 0 | 111011 | 101101 | 11 | 101011010 | 1011011 | 1000101 |
Color Harmonies of #F86688
Complementary color
Monochromatic Colors of #F86688
Black with #F86688
Text Example
Text Example
White with #F86688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86688; }
p { color: rgb(248,102,136); }
H1.HeaderClassName
{
color: #F86688;
}
.AnyTagClassName
{
color: #F86688;
}
</style>
background-color css
<style>
a { background-color: #F86688; }
a { background-color: rgb(248,102,136); }
div.DivClassName
{
background-color: #F86688;
}
.BgClassName
{
background-color: #F86688;
}
</style>
border-color css
<style>
span { border-color: #F86688; }
span { border-color: rgb(248,102,136); }
td.TdClassName
{
border-color: #F86688;
}
.TagClassName
{
border-color: #F86688;
}
</style>