Shades of Brink Pink #F77287
Tints of Brink Pink #F77287
RGB
CMYK
RGB Variations
Color information
#F77287 (or 0xF77287) is known color: Brink Pink. HEX triplet: F7, 72 and 87. RGB value is (247,114,135). Sum of RGB (Red+Green+Blue) = 247+114+135=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 135 (53.12% from 255 or 27.22% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F77287 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77287 is #088D78. Grayscale: #9C9C9C. Windows color (decimal): -560505 or 8876791. OLE color: 8876791.
HSL color Cylindrical-coordinate representation of color #F77287: hue angle of 350.53º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F77287 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 114 | 135 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.03 |
| HSL | 350.53º | 0.89% | 0.71% | - |
| HSV(B) | 350.53º | 0.54% | 0.97% | - |
| XYZ | 48.75 | 33.56 | 26.83 | - |
| YUV | 156.16 | 116.06 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 114 | 135 | 0 | 0.54 | 0.45 | 0.03 | 350.53 | 0.89 | 0.71 |
| Hex | F7 | 72 | 87 | 0 | 36 | 2D | 3 | 15F | 59 | 47 |
| Octal | 367 | 162 | 207 | 0 | 66 | 55 | 3 | 537 | 131 | 107 |
| Binary | 11110111 | 1110010 | 10000111 | 0 | 110110 | 101101 | 11 | 101011111 | 1011001 | 1000111 |
Color Harmonies of #F77287
Complementary color
Monochromatic Colors of #F77287
Black with #F77287
Text Example
Text Example
White with #F77287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77287; }
p { color: rgb(247,114,135); }
H1.HeaderClassName
{
color: #F77287;
}
.AnyTagClassName
{
color: #F77287;
}
</style>
background-color css
<style>
a { background-color: #F77287; }
a { background-color: rgb(247,114,135); }
div.DivClassName
{
background-color: #F77287;
}
.BgClassName
{
background-color: #F77287;
}
</style>
border-color css
<style>
span { border-color: #F77287; }
span { border-color: rgb(247,114,135); }
td.TdClassName
{
border-color: #F77287;
}
.TagClassName
{
border-color: #F77287;
}
</style>