Shades of Brink Pink #F76787
Tints of Brink Pink #F76787
RGB
CMYK
RGB Variations
Color information
#F76787 (or 0xF76787) is known color: Brink Pink. HEX triplet: F7, 67 and 87. RGB value is (247,103,135). Sum of RGB (Red+Green+Blue) = 247+103+135=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 135 (53.12% from 255 or 27.84% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F76787 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76787 is #089878. Grayscale: #959595. Windows color (decimal): -563321 or 8873975. OLE color: 8873975.
HSL color Cylindrical-coordinate representation of color #F76787: hue angle of 346.67º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F76787 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 103 | 135 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.03 |
| HSL | 346.67º | 0.9% | 0.69% | - |
| HSV(B) | 346.67º | 0.58% | 0.97% | - |
| XYZ | 47.58 | 31.22 | 26.44 | - |
| YUV | 149.7 | 119.71 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 103 | 135 | 0 | 0.58 | 0.45 | 0.03 | 346.67 | 0.9 | 0.69 |
| Hex | F7 | 67 | 87 | 0 | 3A | 2D | 3 | 15B | 5A | 45 |
| Octal | 367 | 147 | 207 | 0 | 72 | 55 | 3 | 533 | 132 | 105 |
| Binary | 11110111 | 1100111 | 10000111 | 0 | 111010 | 101101 | 11 | 101011011 | 1011010 | 1000101 |
Color Harmonies of #F76787
Complementary color
Monochromatic Colors of #F76787
Black with #F76787
Text Example
Text Example
White with #F76787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76787; }
p { color: rgb(247,103,135); }
H1.HeaderClassName
{
color: #F76787;
}
.AnyTagClassName
{
color: #F76787;
}
</style>
background-color css
<style>
a { background-color: #F76787; }
a { background-color: rgb(247,103,135); }
div.DivClassName
{
background-color: #F76787;
}
.BgClassName
{
background-color: #F76787;
}
</style>
border-color css
<style>
span { border-color: #F76787; }
span { border-color: rgb(247,103,135); }
td.TdClassName
{
border-color: #F76787;
}
.TagClassName
{
border-color: #F76787;
}
</style>