Shades of Brink Pink #F86C7E
Tints of Brink Pink #F86C7E
RGB
CMYK
RGB Variations
Color information
#F86C7E (or 0xF86C7E) is known color: Brink Pink. HEX triplet: F8, 6C and 7E. RGB value is (248,108,126). Sum of RGB (Red+Green+Blue) = 248+108+126=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86C7E is #079381. Grayscale: #979797. Windows color (decimal): -496514 or 8285432. OLE color: 8285432.
HSL color Cylindrical-coordinate representation of color #F86C7E: hue angle of 352.29º 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 #F86C7E is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 108 | 126 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.03 |
| HSL | 352.29º | 0.91% | 0.7% | - |
| HSV(B) | 352.29º | 0.56% | 0.97% | - |
| XYZ | 47.84 | 32.19 | 23.43 | - |
| YUV | 151.91 | 113.38 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 108 | 126 | 0 | 0.56 | 0.49 | 0.03 | 352.29 | 0.91 | 0.7 |
| Hex | F8 | 6C | 7E | 0 | 38 | 31 | 3 | 160 | 5B | 46 |
| Octal | 370 | 154 | 176 | 0 | 70 | 61 | 3 | 540 | 133 | 106 |
| Binary | 11111000 | 1101100 | 1111110 | 0 | 111000 | 110001 | 11 | 101100000 | 1011011 | 1000110 |
Color Harmonies of #F86C7E
Complementary color
Monochromatic Colors of #F86C7E
Black with #F86C7E
Text Example
Text Example
White with #F86C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86C7E; }
p { color: rgb(248,108,126); }
H1.HeaderClassName
{
color: #F86C7E;
}
.AnyTagClassName
{
color: #F86C7E;
}
</style>
background-color css
<style>
a { background-color: #F86C7E; }
a { background-color: rgb(248,108,126); }
div.DivClassName
{
background-color: #F86C7E;
}
.BgClassName
{
background-color: #F86C7E;
}
</style>
border-color css
<style>
span { border-color: #F86C7E; }
span { border-color: rgb(248,108,126); }
td.TdClassName
{
border-color: #F86C7E;
}
.TagClassName
{
border-color: #F86C7E;
}
</style>