Shades of Brink Pink #F76A83
Tints of Brink Pink #F76A83
RGB
CMYK
RGB Variations
Color information
#F76A83 (or 0xF76A83) is known color: Brink Pink. HEX triplet: F7, 6A and 83. RGB value is (247,106,131). Sum of RGB (Red+Green+Blue) = 247+106+131=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76A83 is #08957C. Grayscale: #979797. Windows color (decimal): -562557 or 8612599. OLE color: 8612599.
HSL color Cylindrical-coordinate representation of color #F76A83: hue angle of 349.36º 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 #F76A83 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 106 | 131 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.03 |
| HSL | 349.36º | 0.9% | 0.69% | - |
| HSV(B) | 349.36º | 0.57% | 0.97% | - |
| XYZ | 47.61 | 31.72 | 25.09 | - |
| YUV | 151.01 | 116.71 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 106 | 131 | 0 | 0.57 | 0.47 | 0.03 | 349.36 | 0.9 | 0.69 |
| Hex | F7 | 6A | 83 | 0 | 39 | 2F | 3 | 15D | 5A | 45 |
| Octal | 367 | 152 | 203 | 0 | 71 | 57 | 3 | 535 | 132 | 105 |
| Binary | 11110111 | 1101010 | 10000011 | 0 | 111001 | 101111 | 11 | 101011101 | 1011010 | 1000101 |
Color Harmonies of #F76A83
Complementary color
Monochromatic Colors of #F76A83
Black with #F76A83
Text Example
Text Example
White with #F76A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76A83; }
p { color: rgb(247,106,131); }
H1.HeaderClassName
{
color: #F76A83;
}
.AnyTagClassName
{
color: #F76A83;
}
</style>
background-color css
<style>
a { background-color: #F76A83; }
a { background-color: rgb(247,106,131); }
div.DivClassName
{
background-color: #F76A83;
}
.BgClassName
{
background-color: #F76A83;
}
</style>
border-color css
<style>
span { border-color: #F76A83; }
span { border-color: rgb(247,106,131); }
td.TdClassName
{
border-color: #F76A83;
}
.TagClassName
{
border-color: #F76A83;
}
</style>