Shades of Brink Pink #F76E83
Tints of Brink Pink #F76E83
RGB
CMYK
RGB Variations
Color information
#F76E83 (or 0xF76E83) is known color: Brink Pink. HEX triplet: F7, 6E and 83. RGB value is (247,110,131). Sum of RGB (Red+Green+Blue) = 247+110+131=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F76E83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76E83 is #08917C. Grayscale: #999999. Windows color (decimal): -561533 or 8613623. OLE color: 8613623.
HSL color Cylindrical-coordinate representation of color #F76E83: hue angle of 350.8º degrees, saturation: 0.9, 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 #F76E83 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 110 | 131 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.03 |
| HSL | 350.8º | 0.9% | 0.7% | - |
| HSV(B) | 350.8º | 0.55% | 0.97% | - |
| XYZ | 48.03 | 32.56 | 25.23 | - |
| YUV | 153.36 | 115.39 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 110 | 131 | 0 | 0.55 | 0.47 | 0.03 | 350.8 | 0.9 | 0.7 |
| Hex | F7 | 6E | 83 | 0 | 37 | 2F | 3 | 15F | 5A | 46 |
| Octal | 367 | 156 | 203 | 0 | 67 | 57 | 3 | 537 | 132 | 106 |
| Binary | 11110111 | 1101110 | 10000011 | 0 | 110111 | 101111 | 11 | 101011111 | 1011010 | 1000110 |
Color Harmonies of #F76E83
Complementary color
Monochromatic Colors of #F76E83
Black with #F76E83
Text Example
Text Example
White with #F76E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76E83; }
p { color: rgb(247,110,131); }
H1.HeaderClassName
{
color: #F76E83;
}
.AnyTagClassName
{
color: #F76E83;
}
</style>
background-color css
<style>
a { background-color: #F76E83; }
a { background-color: rgb(247,110,131); }
div.DivClassName
{
background-color: #F76E83;
}
.BgClassName
{
background-color: #F76E83;
}
</style>
border-color css
<style>
span { border-color: #F76E83; }
span { border-color: rgb(247,110,131); }
td.TdClassName
{
border-color: #F76E83;
}
.TagClassName
{
border-color: #F76E83;
}
</style>