Shades of Brink Pink #FF768E
Tints of Brink Pink #FF768E
RGB
CMYK
RGB Variations
Color information
#FF768E (or 0xFF768E) is known color: Brink Pink. HEX triplet: FF, 76 and 8E. RGB value is (255,118,142). Sum of RGB (Red+Green+Blue) = 255+118+142=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF768E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF768E is #008971. Grayscale: #A1A1A1. Windows color (decimal): -35186 or 9336575. OLE color: 9336575.
HSL color Cylindrical-coordinate representation of color #FF768E: hue angle of 349.49º 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 #FF768E is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 142 | - |
| CMYK | 0 | 0.54 | 0.44 | 0 |
| HSL | 349.49º | 1% | 0.73% | - |
| HSV(B) | 349.49º | 0.54% | 1% | - |
| XYZ | 52.6 | 36.17 | 29.8 | - |
| YUV | 161.7 | 116.89 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 142 | 0 | 0.54 | 0.44 | 0 | 349.49 | 1 | 0.73 |
| Hex | FF | 76 | 8E | 0 | 36 | 2C | 0 | 15D | 64 | 49 |
| Octal | 377 | 166 | 216 | 0 | 66 | 54 | 0 | 535 | 144 | 111 |
| Binary | 11111111 | 1110110 | 10001110 | 0 | 110110 | 101100 | 0 | 101011101 | 1100100 | 1001001 |
Color Harmonies of #FF768E
Complementary color
Monochromatic Colors of #FF768E
Black with #FF768E
Text Example
Text Example
White with #FF768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF768E; }
p { color: rgb(255,118,142); }
H1.HeaderClassName
{
color: #FF768E;
}
.AnyTagClassName
{
color: #FF768E;
}
</style>
background-color css
<style>
a { background-color: #FF768E; }
a { background-color: rgb(255,118,142); }
div.DivClassName
{
background-color: #FF768E;
}
.BgClassName
{
background-color: #FF768E;
}
</style>
border-color css
<style>
span { border-color: #FF768E; }
span { border-color: rgb(255,118,142); }
td.TdClassName
{
border-color: #FF768E;
}
.TagClassName
{
border-color: #FF768E;
}
</style>