Shades of Brink Pink #F76F80
Tints of Brink Pink #F76F80
RGB
CMYK
RGB Variations
Color information
#F76F80 (or 0xF76F80) is known color: Brink Pink. HEX triplet: F7, 6F and 80. RGB value is (247,111,128). Sum of RGB (Red+Green+Blue) = 247+111+128=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F76F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76F80 is #08907F. Grayscale: #999999. Windows color (decimal): -561280 or 8417271. OLE color: 8417271.
HSL color Cylindrical-coordinate representation of color #F76F80: hue angle of 352.5º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F76F80 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 111 | 128 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.03 |
| HSL | 352.5º | 0.89% | 0.7% | - |
| HSV(B) | 352.5º | 0.55% | 0.97% | - |
| XYZ | 47.94 | 32.7 | 24.21 | - |
| YUV | 153.6 | 113.56 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 111 | 128 | 0 | 0.55 | 0.48 | 0.03 | 352.5 | 0.89 | 0.7 |
| Hex | F7 | 6F | 80 | 0 | 37 | 30 | 3 | 160 | 59 | 46 |
| Octal | 367 | 157 | 200 | 0 | 67 | 60 | 3 | 540 | 131 | 106 |
| Binary | 11110111 | 1101111 | 10000000 | 0 | 110111 | 110000 | 11 | 101100000 | 1011001 | 1000110 |
Color Harmonies of #F76F80
Complementary color
Monochromatic Colors of #F76F80
Black with #F76F80
Text Example
Text Example
White with #F76F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76F80; }
p { color: rgb(247,111,128); }
H1.HeaderClassName
{
color: #F76F80;
}
.AnyTagClassName
{
color: #F76F80;
}
</style>
background-color css
<style>
a { background-color: #F76F80; }
a { background-color: rgb(247,111,128); }
div.DivClassName
{
background-color: #F76F80;
}
.BgClassName
{
background-color: #F76F80;
}
</style>
border-color css
<style>
span { border-color: #F76F80; }
span { border-color: rgb(247,111,128); }
td.TdClassName
{
border-color: #F76F80;
}
.TagClassName
{
border-color: #F76F80;
}
</style>