Shades of Brink Pink #FF7780
Tints of Brink Pink #FF7780
RGB
CMYK
RGB Variations
Color information
#FF7780 (or 0xFF7780) is known color: Brink Pink. HEX triplet: FF, 77 and 80. RGB value is (255,119,128). Sum of RGB (Red+Green+Blue) = 255+119+128=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7780 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7780 is #00887F. Grayscale: #A0A0A0. Windows color (decimal): -34944 or 8419327. OLE color: 8419327.
HSL color Cylindrical-coordinate representation of color #FF7780: hue angle of 356.03º 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 #FF7780 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 128 | - |
| CMYK | 0 | 0.53 | 0.50 | 0 |
| HSL | 356.03º | 1% | 0.73% | - |
| HSV(B) | 356.03º | 0.53% | 1% | - |
| XYZ | 51.73 | 36.01 | 24.65 | - |
| YUV | 160.69 | 109.56 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 128 | 0 | 0.53 | 0.50 | 0 | 356.03 | 1 | 0.73 |
| Hex | FF | 77 | 80 | 0 | 35 | 32 | 0 | 164 | 64 | 49 |
| Octal | 377 | 167 | 200 | 0 | 65 | 62 | 0 | 544 | 144 | 111 |
| Binary | 11111111 | 1110111 | 10000000 | 0 | 110101 | 110010 | 0 | 101100100 | 1100100 | 1001001 |
Color Harmonies of #FF7780
Complementary color
Monochromatic Colors of #FF7780
Black with #FF7780
Text Example
Text Example
White with #FF7780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7780; }
p { color: rgb(255,119,128); }
H1.HeaderClassName
{
color: #FF7780;
}
.AnyTagClassName
{
color: #FF7780;
}
</style>
background-color css
<style>
a { background-color: #FF7780; }
a { background-color: rgb(255,119,128); }
div.DivClassName
{
background-color: #FF7780;
}
.BgClassName
{
background-color: #FF7780;
}
</style>
border-color css
<style>
span { border-color: #FF7780; }
span { border-color: rgb(255,119,128); }
td.TdClassName
{
border-color: #FF7780;
}
.TagClassName
{
border-color: #FF7780;
}
</style>