Shades of Brink Pink #F77088
Tints of Brink Pink #F77088
RGB
CMYK
RGB Variations
Color information
#F77088 (or 0xF77088) is known color: Brink Pink. HEX triplet: F7, 70 and 88. RGB value is (247,112,136). Sum of RGB (Red+Green+Blue) = 247+112+136=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F77088 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77088 is #088F77. Grayscale: #9B9B9B. Windows color (decimal): -561016 or 8941815. OLE color: 8941815.
HSL color Cylindrical-coordinate representation of color #F77088: hue angle of 349.33º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F77088 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 136 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.03 |
| HSL | 349.33º | 0.89% | 0.7% | - |
| HSV(B) | 349.33º | 0.55% | 0.97% | - |
| XYZ | 48.6 | 33.14 | 27.13 | - |
| YUV | 155.1 | 117.23 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 136 | 0 | 0.55 | 0.45 | 0.03 | 349.33 | 0.89 | 0.7 |
| Hex | F7 | 70 | 88 | 0 | 37 | 2D | 3 | 15D | 59 | 46 |
| Octal | 367 | 160 | 210 | 0 | 67 | 55 | 3 | 535 | 131 | 106 |
| Binary | 11110111 | 1110000 | 10001000 | 0 | 110111 | 101101 | 11 | 101011101 | 1011001 | 1000110 |
Color Harmonies of #F77088
Complementary color
Monochromatic Colors of #F77088
Black with #F77088
Text Example
Text Example
White with #F77088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77088; }
p { color: rgb(247,112,136); }
H1.HeaderClassName
{
color: #F77088;
}
.AnyTagClassName
{
color: #F77088;
}
</style>
background-color css
<style>
a { background-color: #F77088; }
a { background-color: rgb(247,112,136); }
div.DivClassName
{
background-color: #F77088;
}
.BgClassName
{
background-color: #F77088;
}
</style>
border-color css
<style>
span { border-color: #F77088; }
span { border-color: rgb(247,112,136); }
td.TdClassName
{
border-color: #F77088;
}
.TagClassName
{
border-color: #F77088;
}
</style>