Shades of Brink Pink #F76B7C
Tints of Brink Pink #F76B7C
RGB
CMYK
RGB Variations
Color information
#F76B7C (or 0xF76B7C) is known color: Brink Pink. HEX triplet: F7, 6B and 7C. RGB value is (247,107,124). Sum of RGB (Red+Green+Blue) = 247+107+124=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F76B7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76B7C is #089483. Grayscale: #969696. Windows color (decimal): -562308 or 8154103. OLE color: 8154103.
HSL color Cylindrical-coordinate representation of color #F76B7C: hue angle of 352.71º 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 #F76B7C is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 107 | 124 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.03 |
| HSL | 352.71º | 0.9% | 0.69% | - |
| HSV(B) | 352.71º | 0.57% | 0.97% | - |
| XYZ | 47.25 | 31.74 | 22.71 | - |
| YUV | 150.8 | 112.88 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 107 | 124 | 0 | 0.57 | 0.50 | 0.03 | 352.71 | 0.9 | 0.69 |
| Hex | F7 | 6B | 7C | 0 | 39 | 32 | 3 | 161 | 5A | 45 |
| Octal | 367 | 153 | 174 | 0 | 71 | 62 | 3 | 541 | 132 | 105 |
| Binary | 11110111 | 1101011 | 1111100 | 0 | 111001 | 110010 | 11 | 101100001 | 1011010 | 1000101 |
Color Harmonies of #F76B7C
Complementary color
Monochromatic Colors of #F76B7C
Black with #F76B7C
Text Example
Text Example
White with #F76B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76B7C; }
p { color: rgb(247,107,124); }
H1.HeaderClassName
{
color: #F76B7C;
}
.AnyTagClassName
{
color: #F76B7C;
}
</style>
background-color css
<style>
a { background-color: #F76B7C; }
a { background-color: rgb(247,107,124); }
div.DivClassName
{
background-color: #F76B7C;
}
.BgClassName
{
background-color: #F76B7C;
}
</style>
border-color css
<style>
span { border-color: #F76B7C; }
span { border-color: rgb(247,107,124); }
td.TdClassName
{
border-color: #F76B7C;
}
.TagClassName
{
border-color: #F76B7C;
}
</style>