Shades of Brink Pink #F76A7D
Tints of Brink Pink #F76A7D
RGB
CMYK
RGB Variations
Color information
#F76A7D (or 0xF76A7D) is known color: Brink Pink. HEX triplet: F7, 6A and 7D. RGB value is (247,106,125). Sum of RGB (Red+Green+Blue) = 247+106+125=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76A7D is #089582. Grayscale: #969696. Windows color (decimal): -562563 or 8219383. OLE color: 8219383.
HSL color Cylindrical-coordinate representation of color #F76A7D: hue angle of 351.91º 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 #F76A7D is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 106 | 125 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.03 |
| HSL | 351.91º | 0.9% | 0.69% | - |
| HSV(B) | 351.91º | 0.57% | 0.97% | - |
| XYZ | 47.21 | 31.56 | 23.01 | - |
| YUV | 150.33 | 113.71 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 106 | 125 | 0 | 0.57 | 0.49 | 0.03 | 351.91 | 0.9 | 0.69 |
| Hex | F7 | 6A | 7D | 0 | 39 | 31 | 3 | 160 | 5A | 45 |
| Octal | 367 | 152 | 175 | 0 | 71 | 61 | 3 | 540 | 132 | 105 |
| Binary | 11110111 | 1101010 | 1111101 | 0 | 111001 | 110001 | 11 | 101100000 | 1011010 | 1000101 |
Color Harmonies of #F76A7D
Complementary color
Monochromatic Colors of #F76A7D
Black with #F76A7D
Text Example
Text Example
White with #F76A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76A7D; }
p { color: rgb(247,106,125); }
H1.HeaderClassName
{
color: #F76A7D;
}
.AnyTagClassName
{
color: #F76A7D;
}
</style>
background-color css
<style>
a { background-color: #F76A7D; }
a { background-color: rgb(247,106,125); }
div.DivClassName
{
background-color: #F76A7D;
}
.BgClassName
{
background-color: #F76A7D;
}
</style>
border-color css
<style>
span { border-color: #F76A7D; }
span { border-color: rgb(247,106,125); }
td.TdClassName
{
border-color: #F76A7D;
}
.TagClassName
{
border-color: #F76A7D;
}
</style>