Shades of Brink Pink #FF778C
Tints of Brink Pink #FF778C
RGB
CMYK
RGB Variations
Color information
#FF778C (or 0xFF778C) is known color: Brink Pink. HEX triplet: FF, 77 and 8C. RGB value is (255,119,140). Sum of RGB (Red+Green+Blue) = 255+119+140=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF778C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF778C is #008873. Grayscale: #A2A2A2. Windows color (decimal): -34932 or 9205759. OLE color: 9205759.
HSL color Cylindrical-coordinate representation of color #FF778C: hue angle of 350.74º 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 #FF778C is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 140 | - |
| CMYK | 0 | 0.53 | 0.45 | 0 |
| HSL | 350.74º | 1% | 0.73% | - |
| HSV(B) | 350.74º | 0.53% | 1% | - |
| XYZ | 52.57 | 36.35 | 29.06 | - |
| YUV | 162.06 | 115.56 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 140 | 0 | 0.53 | 0.45 | 0 | 350.74 | 1 | 0.73 |
| Hex | FF | 77 | 8C | 0 | 35 | 2D | 0 | 15F | 64 | 49 |
| Octal | 377 | 167 | 214 | 0 | 65 | 55 | 0 | 537 | 144 | 111 |
| Binary | 11111111 | 1110111 | 10001100 | 0 | 110101 | 101101 | 0 | 101011111 | 1100100 | 1001001 |
Color Harmonies of #FF778C
Complementary color
Monochromatic Colors of #FF778C
Black with #FF778C
Text Example
Text Example
White with #FF778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF778C; }
p { color: rgb(255,119,140); }
H1.HeaderClassName
{
color: #FF778C;
}
.AnyTagClassName
{
color: #FF778C;
}
</style>
background-color css
<style>
a { background-color: #FF778C; }
a { background-color: rgb(255,119,140); }
div.DivClassName
{
background-color: #FF778C;
}
.BgClassName
{
background-color: #FF778C;
}
</style>
border-color css
<style>
span { border-color: #FF778C; }
span { border-color: rgb(255,119,140); }
td.TdClassName
{
border-color: #FF778C;
}
.TagClassName
{
border-color: #FF778C;
}
</style>