Shades of Brink Pink #F76F81
Tints of Brink Pink #F76F81
RGB
CMYK
RGB Variations
Color information
#F76F81 (or 0xF76F81) is known color: Brink Pink. HEX triplet: F7, 6F and 81. RGB value is (247,111,129). Sum of RGB (Red+Green+Blue) = 247+111+129=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F76F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76F81 is #08907E. Grayscale: #999999. Windows color (decimal): -561279 or 8482807. OLE color: 8482807.
HSL color Cylindrical-coordinate representation of color #F76F81: hue angle of 352.06º 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 #F76F81 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 111 | 129 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.03 |
| HSL | 352.06º | 0.89% | 0.7% | - |
| HSV(B) | 352.06º | 0.55% | 0.97% | - |
| XYZ | 48 | 32.73 | 24.56 | - |
| YUV | 153.72 | 114.06 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 111 | 129 | 0 | 0.55 | 0.48 | 0.03 | 352.06 | 0.89 | 0.7 |
| Hex | F7 | 6F | 81 | 0 | 37 | 30 | 3 | 160 | 59 | 46 |
| Octal | 367 | 157 | 201 | 0 | 67 | 60 | 3 | 540 | 131 | 106 |
| Binary | 11110111 | 1101111 | 10000001 | 0 | 110111 | 110000 | 11 | 101100000 | 1011001 | 1000110 |
Color Harmonies of #F76F81
Complementary color
Monochromatic Colors of #F76F81
Black with #F76F81
Text Example
Text Example
White with #F76F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76F81; }
p { color: rgb(247,111,129); }
H1.HeaderClassName
{
color: #F76F81;
}
.AnyTagClassName
{
color: #F76F81;
}
</style>
background-color css
<style>
a { background-color: #F76F81; }
a { background-color: rgb(247,111,129); }
div.DivClassName
{
background-color: #F76F81;
}
.BgClassName
{
background-color: #F76F81;
}
</style>
border-color css
<style>
span { border-color: #F76F81; }
span { border-color: rgb(247,111,129); }
td.TdClassName
{
border-color: #F76F81;
}
.TagClassName
{
border-color: #F76F81;
}
</style>