Shades of Brink Pink #FF7680
Tints of Brink Pink #FF7680
RGB
CMYK
RGB Variations
Color information
#FF7680 (or 0xFF7680) is known color: Brink Pink. HEX triplet: FF, 76 and 80. RGB value is (255,118,128). Sum of RGB (Red+Green+Blue) = 255+118+128=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7680 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7680 is #00897F. Grayscale: #A0A0A0. Windows color (decimal): -35200 or 8419071. OLE color: 8419071.
HSL color Cylindrical-coordinate representation of color #FF7680: hue angle of 355.62º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF7680 is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 128 | - |
| CMYK | 0 | 0.54 | 0.50 | 0 |
| HSL | 355.62º | 1% | 0.73% | - |
| HSV(B) | 355.62º | 0.54% | 1% | - |
| XYZ | 51.61 | 35.78 | 24.61 | - |
| YUV | 160.1 | 109.89 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 128 | 0 | 0.54 | 0.50 | 0 | 355.62 | 1 | 0.73 |
| Hex | FF | 76 | 80 | 0 | 36 | 32 | 0 | 164 | 64 | 49 |
| Octal | 377 | 166 | 200 | 0 | 66 | 62 | 0 | 544 | 144 | 111 |
| Binary | 11111111 | 1110110 | 10000000 | 0 | 110110 | 110010 | 0 | 101100100 | 1100100 | 1001001 |
Color Harmonies of #FF7680
Complementary color
Monochromatic Colors of #FF7680
Black with #FF7680
Text Example
Text Example
White with #FF7680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7680; }
p { color: rgb(255,118,128); }
H1.HeaderClassName
{
color: #FF7680;
}
.AnyTagClassName
{
color: #FF7680;
}
</style>
background-color css
<style>
a { background-color: #FF7680; }
a { background-color: rgb(255,118,128); }
div.DivClassName
{
background-color: #FF7680;
}
.BgClassName
{
background-color: #FF7680;
}
</style>
border-color css
<style>
span { border-color: #FF7680; }
span { border-color: rgb(255,118,128); }
td.TdClassName
{
border-color: #FF7680;
}
.TagClassName
{
border-color: #FF7680;
}
</style>