Shades of Brink Pink #F86680
Tints of Brink Pink #F86680
RGB
CMYK
RGB Variations
Color information
#F86680 (or 0xF86680) is known color: Brink Pink. HEX triplet: F8, 66 and 80. RGB value is (248,102,128). Sum of RGB (Red+Green+Blue) = 248+102+128=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F86680 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86680 is #07997F. Grayscale: #949494. Windows color (decimal): -498048 or 8414968. OLE color: 8414968.
HSL color Cylindrical-coordinate representation of color #F86680: hue angle of 349.32º 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 #F86680 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 102 | 128 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.03 |
| HSL | 349.32º | 0.91% | 0.69% | - |
| HSV(B) | 349.32º | 0.59% | 0.97% | - |
| XYZ | 47.36 | 31.02 | 23.91 | - |
| YUV | 148.62 | 116.37 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 102 | 128 | 0 | 0.59 | 0.48 | 0.03 | 349.32 | 0.91 | 0.69 |
| Hex | F8 | 66 | 80 | 0 | 3B | 30 | 3 | 15D | 5B | 45 |
| Octal | 370 | 146 | 200 | 0 | 73 | 60 | 3 | 535 | 133 | 105 |
| Binary | 11111000 | 1100110 | 10000000 | 0 | 111011 | 110000 | 11 | 101011101 | 1011011 | 1000101 |
Color Harmonies of #F86680
Complementary color
Monochromatic Colors of #F86680
Black with #F86680
Text Example
Text Example
White with #F86680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86680; }
p { color: rgb(248,102,128); }
H1.HeaderClassName
{
color: #F86680;
}
.AnyTagClassName
{
color: #F86680;
}
</style>
background-color css
<style>
a { background-color: #F86680; }
a { background-color: rgb(248,102,128); }
div.DivClassName
{
background-color: #F86680;
}
.BgClassName
{
background-color: #F86680;
}
</style>
border-color css
<style>
span { border-color: #F86680; }
span { border-color: rgb(248,102,128); }
td.TdClassName
{
border-color: #F86680;
}
.TagClassName
{
border-color: #F86680;
}
</style>