Shades of Brink Pink #FF7788
Tints of Brink Pink #FF7788
RGB
CMYK
RGB Variations
Color information
#FF7788 (or 0xFF7788) is known color: Brink Pink. HEX triplet: FF, 77 and 88. RGB value is (255,119,136). Sum of RGB (Red+Green+Blue) = 255+119+136=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7788 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7788 is #008877. Grayscale: #A1A1A1. Windows color (decimal): -34936 or 8943615. OLE color: 8943615.
HSL color Cylindrical-coordinate representation of color #FF7788: hue angle of 352.5º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF7788 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 136 | - |
| CMYK | 0 | 0.53 | 0.47 | 0 |
| HSL | 352.5º | 1% | 0.73% | - |
| HSV(B) | 352.5º | 0.53% | 1% | - |
| XYZ | 52.28 | 36.23 | 27.53 | - |
| YUV | 161.6 | 113.56 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 136 | 0 | 0.53 | 0.47 | 0 | 352.5 | 1 | 0.73 |
| Hex | FF | 77 | 88 | 0 | 35 | 2F | 0 | 160 | 64 | 49 |
| Octal | 377 | 167 | 210 | 0 | 65 | 57 | 0 | 540 | 144 | 111 |
| Binary | 11111111 | 1110111 | 10001000 | 0 | 110101 | 101111 | 0 | 101100000 | 1100100 | 1001001 |
Color Harmonies of #FF7788
Complementary color
Monochromatic Colors of #FF7788
Black with #FF7788
Text Example
Text Example
White with #FF7788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7788; }
p { color: rgb(255,119,136); }
H1.HeaderClassName
{
color: #FF7788;
}
.AnyTagClassName
{
color: #FF7788;
}
</style>
background-color css
<style>
a { background-color: #FF7788; }
a { background-color: rgb(255,119,136); }
div.DivClassName
{
background-color: #FF7788;
}
.BgClassName
{
background-color: #FF7788;
}
</style>
border-color css
<style>
span { border-color: #FF7788; }
span { border-color: rgb(255,119,136); }
td.TdClassName
{
border-color: #FF7788;
}
.TagClassName
{
border-color: #FF7788;
}
</style>