Shades of Brink Pink #FF7177
Tints of Brink Pink #FF7177
RGB
CMYK
RGB Variations
Color information
#FF7177 (or 0xFF7177) is known color: Brink Pink. HEX triplet: FF, 71 and 77. RGB value is (255,113,119). Sum of RGB (Red+Green+Blue) = 255+113+119=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7177 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7177 is #008E88. Grayscale: #9C9C9C. Windows color (decimal): -36489 or 7827967. OLE color: 7827967.
HSL color Cylindrical-coordinate representation of color #FF7177: hue angle of 357.46º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF7177 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 119 | - |
| CMYK | 0 | 0.56 | 0.53 | 0 |
| HSL | 357.46º | 1% | 0.72% | - |
| HSV(B) | 357.46º | 0.56% | 1% | - |
| XYZ | 50.47 | 34.4 | 21.43 | - |
| YUV | 156.14 | 107.04 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 119 | 0 | 0.56 | 0.53 | 0 | 357.46 | 1 | 0.72 |
| Hex | FF | 71 | 77 | 0 | 38 | 35 | 0 | 165 | 64 | 48 |
| Octal | 377 | 161 | 167 | 0 | 70 | 65 | 0 | 545 | 144 | 110 |
| Binary | 11111111 | 1110001 | 1110111 | 0 | 111000 | 110101 | 0 | 101100101 | 1100100 | 1001000 |
Color Harmonies of #FF7177
Complementary color
Monochromatic Colors of #FF7177
Black with #FF7177
Text Example
Text Example
White with #FF7177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7177; }
p { color: rgb(255,113,119); }
H1.HeaderClassName
{
color: #FF7177;
}
.AnyTagClassName
{
color: #FF7177;
}
</style>
background-color css
<style>
a { background-color: #FF7177; }
a { background-color: rgb(255,113,119); }
div.DivClassName
{
background-color: #FF7177;
}
.BgClassName
{
background-color: #FF7177;
}
</style>
border-color css
<style>
span { border-color: #FF7177; }
span { border-color: rgb(255,113,119); }
td.TdClassName
{
border-color: #FF7177;
}
.TagClassName
{
border-color: #FF7177;
}
</style>