Shades of Brink Pink #F76C7D
Tints of Brink Pink #F76C7D
RGB
CMYK
RGB Variations
Color information
#F76C7D (or 0xF76C7D) is known color: Brink Pink. HEX triplet: F7, 6C and 7D. RGB value is (247,108,125). Sum of RGB (Red+Green+Blue) = 247+108+125=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F76C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76C7D is #089382. Grayscale: #979797. Windows color (decimal): -562051 or 8219895. OLE color: 8219895.
HSL color Cylindrical-coordinate representation of color #F76C7D: hue angle of 352.66º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F76C7D is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 108 | 125 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.03 |
| HSL | 352.66º | 0.9% | 0.7% | - |
| HSV(B) | 352.66º | 0.56% | 0.97% | - |
| XYZ | 47.42 | 31.98 | 23.08 | - |
| YUV | 151.5 | 113.05 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 108 | 125 | 0 | 0.56 | 0.49 | 0.03 | 352.66 | 0.9 | 0.7 |
| Hex | F7 | 6C | 7D | 0 | 38 | 31 | 3 | 161 | 5A | 46 |
| Octal | 367 | 154 | 175 | 0 | 70 | 61 | 3 | 541 | 132 | 106 |
| Binary | 11110111 | 1101100 | 1111101 | 0 | 111000 | 110001 | 11 | 101100001 | 1011010 | 1000110 |
Color Harmonies of #F76C7D
Complementary color
Monochromatic Colors of #F76C7D
Black with #F76C7D
Text Example
Text Example
White with #F76C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76C7D; }
p { color: rgb(247,108,125); }
H1.HeaderClassName
{
color: #F76C7D;
}
.AnyTagClassName
{
color: #F76C7D;
}
</style>
background-color css
<style>
a { background-color: #F76C7D; }
a { background-color: rgb(247,108,125); }
div.DivClassName
{
background-color: #F76C7D;
}
.BgClassName
{
background-color: #F76C7D;
}
</style>
border-color css
<style>
span { border-color: #F76C7D; }
span { border-color: rgb(247,108,125); }
td.TdClassName
{
border-color: #F76C7D;
}
.TagClassName
{
border-color: #F76C7D;
}
</style>