Shades of Brink Pink #F76677
Tints of Brink Pink #F76677
RGB
CMYK
RGB Variations
Color information
#F76677 (or 0xF76677) is known color: Brink Pink. HEX triplet: F7, 66 and 77. RGB value is (247,102,119). Sum of RGB (Red+Green+Blue) = 247+102+119=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F76677 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76677 is #089988. Grayscale: #939393. Windows color (decimal): -563593 or 7825143. OLE color: 7825143.
HSL color Cylindrical-coordinate representation of color #F76677: hue angle of 352.97º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F76677 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 102 | 119 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.03 |
| HSL | 352.97º | 0.9% | 0.68% | - |
| HSV(B) | 352.97º | 0.59% | 0.97% | - |
| XYZ | 46.44 | 30.61 | 20.91 | - |
| YUV | 147.29 | 112.04 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 119 | 0 | 0.59 | 0.52 | 0.03 | 352.97 | 0.9 | 0.68 |
| Hex | F7 | 66 | 77 | 0 | 3B | 34 | 3 | 161 | 5A | 44 |
| Octal | 367 | 146 | 167 | 0 | 73 | 64 | 3 | 541 | 132 | 104 |
| Binary | 11110111 | 1100110 | 1110111 | 0 | 111011 | 110100 | 11 | 101100001 | 1011010 | 1000100 |
Color Harmonies of #F76677
Complementary color
Monochromatic Colors of #F76677
Black with #F76677
Text Example
Text Example
White with #F76677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76677; }
p { color: rgb(247,102,119); }
H1.HeaderClassName
{
color: #F76677;
}
.AnyTagClassName
{
color: #F76677;
}
</style>
background-color css
<style>
a { background-color: #F76677; }
a { background-color: rgb(247,102,119); }
div.DivClassName
{
background-color: #F76677;
}
.BgClassName
{
background-color: #F76677;
}
</style>
border-color css
<style>
span { border-color: #F76677; }
span { border-color: rgb(247,102,119); }
td.TdClassName
{
border-color: #F76677;
}
.TagClassName
{
border-color: #F76677;
}
</style>