Shades of Brink Pink #FF768B
Tints of Brink Pink #FF768B
RGB
CMYK
RGB Variations
Color information
#FF768B (or 0xFF768B) is known color: Brink Pink. HEX triplet: FF, 76 and 8B. RGB value is (255,118,139). Sum of RGB (Red+Green+Blue) = 255+118+139=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF768B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF768B is #008974. Grayscale: #A1A1A1. Windows color (decimal): -35189 or 9139967. OLE color: 9139967.
HSL color Cylindrical-coordinate representation of color #FF768B: hue angle of 350.8º 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 #FF768B is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 139 | - |
| CMYK | 0 | 0.54 | 0.45 | 0 |
| HSL | 350.8º | 1% | 0.73% | - |
| HSV(B) | 350.8º | 0.54% | 1% | - |
| XYZ | 52.38 | 36.08 | 28.63 | - |
| YUV | 161.36 | 115.39 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 139 | 0 | 0.54 | 0.45 | 0 | 350.8 | 1 | 0.73 |
| Hex | FF | 76 | 8B | 0 | 36 | 2D | 0 | 15F | 64 | 49 |
| Octal | 377 | 166 | 213 | 0 | 66 | 55 | 0 | 537 | 144 | 111 |
| Binary | 11111111 | 1110110 | 10001011 | 0 | 110110 | 101101 | 0 | 101011111 | 1100100 | 1001001 |
Color Harmonies of #FF768B
Complementary color
Monochromatic Colors of #FF768B
Black with #FF768B
Text Example
Text Example
White with #FF768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF768B; }
p { color: rgb(255,118,139); }
H1.HeaderClassName
{
color: #FF768B;
}
.AnyTagClassName
{
color: #FF768B;
}
</style>
background-color css
<style>
a { background-color: #FF768B; }
a { background-color: rgb(255,118,139); }
div.DivClassName
{
background-color: #FF768B;
}
.BgClassName
{
background-color: #FF768B;
}
</style>
border-color css
<style>
span { border-color: #FF768B; }
span { border-color: rgb(255,118,139); }
td.TdClassName
{
border-color: #FF768B;
}
.TagClassName
{
border-color: #FF768B;
}
</style>