Shades of Brink Pink #F76A85
Tints of Brink Pink #F76A85
RGB
CMYK
RGB Variations
Color information
#F76A85 (or 0xF76A85) is known color: Brink Pink. HEX triplet: F7, 6A and 85. RGB value is (247,106,133). Sum of RGB (Red+Green+Blue) = 247+106+133=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76A85 is #08957A. Grayscale: #979797. Windows color (decimal): -562555 or 8743671. OLE color: 8743671.
HSL color Cylindrical-coordinate representation of color #F76A85: hue angle of 348.51º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F76A85 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 106 | 133 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.03 |
| HSL | 348.51º | 0.9% | 0.69% | - |
| HSV(B) | 348.51º | 0.57% | 0.97% | - |
| XYZ | 47.75 | 31.78 | 25.81 | - |
| YUV | 151.24 | 117.71 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 106 | 133 | 0 | 0.57 | 0.46 | 0.03 | 348.51 | 0.9 | 0.69 |
| Hex | F7 | 6A | 85 | 0 | 39 | 2E | 3 | 15D | 5A | 45 |
| Octal | 367 | 152 | 205 | 0 | 71 | 56 | 3 | 535 | 132 | 105 |
| Binary | 11110111 | 1101010 | 10000101 | 0 | 111001 | 101110 | 11 | 101011101 | 1011010 | 1000101 |
Color Harmonies of #F76A85
Complementary color
Monochromatic Colors of #F76A85
Black with #F76A85
Text Example
Text Example
White with #F76A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76A85; }
p { color: rgb(247,106,133); }
H1.HeaderClassName
{
color: #F76A85;
}
.AnyTagClassName
{
color: #F76A85;
}
</style>
background-color css
<style>
a { background-color: #F76A85; }
a { background-color: rgb(247,106,133); }
div.DivClassName
{
background-color: #F76A85;
}
.BgClassName
{
background-color: #F76A85;
}
</style>
border-color css
<style>
span { border-color: #F76A85; }
span { border-color: rgb(247,106,133); }
td.TdClassName
{
border-color: #F76A85;
}
.TagClassName
{
border-color: #F76A85;
}
</style>