Shades of Brink Pink #FF767D
Tints of Brink Pink #FF767D
RGB
CMYK
RGB Variations
Color information
#FF767D (or 0xFF767D) is known color: Brink Pink. HEX triplet: FF, 76 and 7D. RGB value is (255,118,125). Sum of RGB (Red+Green+Blue) = 255+118+125=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF767D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF767D is #008982. Grayscale: #9F9F9F. Windows color (decimal): -35203 or 8222463. OLE color: 8222463.
HSL color Cylindrical-coordinate representation of color #FF767D: hue angle of 356.93º 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 #FF767D is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 125 | - |
| CMYK | 0 | 0.54 | 0.51 | 0 |
| HSL | 356.93º | 1% | 0.73% | - |
| HSV(B) | 356.93º | 0.54% | 1% | - |
| XYZ | 51.42 | 35.7 | 23.58 | - |
| YUV | 159.76 | 108.39 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 125 | 0 | 0.54 | 0.51 | 0 | 356.93 | 1 | 0.73 |
| Hex | FF | 76 | 7D | 0 | 36 | 33 | 0 | 165 | 64 | 49 |
| Octal | 377 | 166 | 175 | 0 | 66 | 63 | 0 | 545 | 144 | 111 |
| Binary | 11111111 | 1110110 | 1111101 | 0 | 110110 | 110011 | 0 | 101100101 | 1100100 | 1001001 |
Color Harmonies of #FF767D
Complementary color
Monochromatic Colors of #FF767D
Black with #FF767D
Text Example
Text Example
White with #FF767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF767D; }
p { color: rgb(255,118,125); }
H1.HeaderClassName
{
color: #FF767D;
}
.AnyTagClassName
{
color: #FF767D;
}
</style>
background-color css
<style>
a { background-color: #FF767D; }
a { background-color: rgb(255,118,125); }
div.DivClassName
{
background-color: #FF767D;
}
.BgClassName
{
background-color: #FF767D;
}
</style>
border-color css
<style>
span { border-color: #FF767D; }
span { border-color: rgb(255,118,125); }
td.TdClassName
{
border-color: #FF767D;
}
.TagClassName
{
border-color: #FF767D;
}
</style>