Shades of Brink Pink #F77288
Tints of Brink Pink #F77288
RGB
CMYK
RGB Variations
Color information
#F77288 (or 0xF77288) is known color: Brink Pink. HEX triplet: F7, 72 and 88. RGB value is (247,114,136). Sum of RGB (Red+Green+Blue) = 247+114+136=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F77288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77288 is #088D77. Grayscale: #9C9C9C. Windows color (decimal): -560504 or 8942327. OLE color: 8942327.
HSL color Cylindrical-coordinate representation of color #F77288: hue angle of 350.08º 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 #F77288 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 114 | 136 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.03 |
| HSL | 350.08º | 0.89% | 0.71% | - |
| HSV(B) | 350.08º | 0.54% | 0.97% | - |
| XYZ | 48.82 | 33.59 | 27.2 | - |
| YUV | 156.28 | 116.56 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 114 | 136 | 0 | 0.54 | 0.45 | 0.03 | 350.08 | 0.89 | 0.71 |
| Hex | F7 | 72 | 88 | 0 | 36 | 2D | 3 | 15E | 59 | 47 |
| Octal | 367 | 162 | 210 | 0 | 66 | 55 | 3 | 536 | 131 | 107 |
| Binary | 11110111 | 1110010 | 10001000 | 0 | 110110 | 101101 | 11 | 101011110 | 1011001 | 1000111 |
Color Harmonies of #F77288
Complementary color
Monochromatic Colors of #F77288
Black with #F77288
Text Example
Text Example
White with #F77288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77288; }
p { color: rgb(247,114,136); }
H1.HeaderClassName
{
color: #F77288;
}
.AnyTagClassName
{
color: #F77288;
}
</style>
background-color css
<style>
a { background-color: #F77288; }
a { background-color: rgb(247,114,136); }
div.DivClassName
{
background-color: #F77288;
}
.BgClassName
{
background-color: #F77288;
}
</style>
border-color css
<style>
span { border-color: #F77288; }
span { border-color: rgb(247,114,136); }
td.TdClassName
{
border-color: #F77288;
}
.TagClassName
{
border-color: #F77288;
}
</style>