Shades of Brink Pink #F76A8D
Tints of Brink Pink #F76A8D
RGB
CMYK
RGB Variations
Color information
#F76A8D (or 0xF76A8D) is known color: Brink Pink. HEX triplet: F7, 6A and 8D. RGB value is (247,106,141). Sum of RGB (Red+Green+Blue) = 247+106+141=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76A8D is #089572. Grayscale: #989898. Windows color (decimal): -562547 or 9267959. OLE color: 9267959.
HSL color Cylindrical-coordinate representation of color #F76A8D: hue angle of 345.11º 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 #F76A8D is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 106 | 141 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.03 |
| HSL | 345.11º | 0.9% | 0.69% | - |
| HSV(B) | 345.11º | 0.57% | 0.97% | - |
| XYZ | 48.32 | 32.01 | 28.83 | - |
| YUV | 152.15 | 121.71 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 106 | 141 | 0 | 0.57 | 0.43 | 0.03 | 345.11 | 0.9 | 0.69 |
| Hex | F7 | 6A | 8D | 0 | 39 | 2B | 3 | 159 | 5A | 45 |
| Octal | 367 | 152 | 215 | 0 | 71 | 53 | 3 | 531 | 132 | 105 |
| Binary | 11110111 | 1101010 | 10001101 | 0 | 111001 | 101011 | 11 | 101011001 | 1011010 | 1000101 |
Color Harmonies of #F76A8D
Complementary color
Monochromatic Colors of #F76A8D
Black with #F76A8D
Text Example
Text Example
White with #F76A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76A8D; }
p { color: rgb(247,106,141); }
H1.HeaderClassName
{
color: #F76A8D;
}
.AnyTagClassName
{
color: #F76A8D;
}
</style>
background-color css
<style>
a { background-color: #F76A8D; }
a { background-color: rgb(247,106,141); }
div.DivClassName
{
background-color: #F76A8D;
}
.BgClassName
{
background-color: #F76A8D;
}
</style>
border-color css
<style>
span { border-color: #F76A8D; }
span { border-color: rgb(247,106,141); }
td.TdClassName
{
border-color: #F76A8D;
}
.TagClassName
{
border-color: #F76A8D;
}
</style>