Shades of Brink Pink #F86880
Tints of Brink Pink #F86880
RGB
CMYK
RGB Variations
Color information
#F86880 (or 0xF86880) is known color: Brink Pink. HEX triplet: F8, 68 and 80. RGB value is (248,104,128). Sum of RGB (Red+Green+Blue) = 248+104+128=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F86880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86880 is #07977F. Grayscale: #959595. Windows color (decimal): -497536 or 8415480. OLE color: 8415480.
HSL color Cylindrical-coordinate representation of color #F86880: hue angle of 350º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F86880 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 104 | 128 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.03 |
| HSL | 350º | 0.91% | 0.69% | - |
| HSV(B) | 350º | 0.58% | 0.97% | - |
| XYZ | 47.56 | 31.42 | 23.98 | - |
| YUV | 149.79 | 115.71 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 104 | 128 | 0 | 0.58 | 0.48 | 0.03 | 350 | 0.91 | 0.69 |
| Hex | F8 | 68 | 80 | 0 | 3A | 30 | 3 | 15E | 5B | 45 |
| Octal | 370 | 150 | 200 | 0 | 72 | 60 | 3 | 536 | 133 | 105 |
| Binary | 11111000 | 1101000 | 10000000 | 0 | 111010 | 110000 | 11 | 101011110 | 1011011 | 1000101 |
Color Harmonies of #F86880
Complementary color
Monochromatic Colors of #F86880
Black with #F86880
Text Example
Text Example
White with #F86880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86880; }
p { color: rgb(248,104,128); }
H1.HeaderClassName
{
color: #F86880;
}
.AnyTagClassName
{
color: #F86880;
}
</style>
background-color css
<style>
a { background-color: #F86880; }
a { background-color: rgb(248,104,128); }
div.DivClassName
{
background-color: #F86880;
}
.BgClassName
{
background-color: #F86880;
}
</style>
border-color css
<style>
span { border-color: #F86880; }
span { border-color: rgb(248,104,128); }
td.TdClassName
{
border-color: #F86880;
}
.TagClassName
{
border-color: #F86880;
}
</style>