Shades of Brink Pink #FF7178
Tints of Brink Pink #FF7178
RGB
CMYK
RGB Variations
Color information
#FF7178 (or 0xFF7178) is known color: Brink Pink. HEX triplet: FF, 71 and 78. RGB value is (255,113,120). Sum of RGB (Red+Green+Blue) = 255+113+120=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7178 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7178 is #008E87. Grayscale: #9C9C9C. Windows color (decimal): -36488 or 7893503. OLE color: 7893503.
HSL color Cylindrical-coordinate representation of color #FF7178: hue angle of 357.04º 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 #FF7178 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 120 | - |
| CMYK | 0 | 0.56 | 0.53 | 0 |
| HSL | 357.04º | 1% | 0.72% | - |
| HSV(B) | 357.04º | 0.56% | 1% | - |
| XYZ | 50.54 | 34.43 | 21.75 | - |
| YUV | 156.26 | 107.54 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 120 | 0 | 0.56 | 0.53 | 0 | 357.04 | 1 | 0.72 |
| Hex | FF | 71 | 78 | 0 | 38 | 35 | 0 | 165 | 64 | 48 |
| Octal | 377 | 161 | 170 | 0 | 70 | 65 | 0 | 545 | 144 | 110 |
| Binary | 11111111 | 1110001 | 1111000 | 0 | 111000 | 110101 | 0 | 101100101 | 1100100 | 1001000 |
Color Harmonies of #FF7178
Complementary color
Monochromatic Colors of #FF7178
Black with #FF7178
Text Example
Text Example
White with #FF7178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7178; }
p { color: rgb(255,113,120); }
H1.HeaderClassName
{
color: #FF7178;
}
.AnyTagClassName
{
color: #FF7178;
}
</style>
background-color css
<style>
a { background-color: #FF7178; }
a { background-color: rgb(255,113,120); }
div.DivClassName
{
background-color: #FF7178;
}
.BgClassName
{
background-color: #FF7178;
}
</style>
border-color css
<style>
span { border-color: #FF7178; }
span { border-color: rgb(255,113,120); }
td.TdClassName
{
border-color: #FF7178;
}
.TagClassName
{
border-color: #FF7178;
}
</style>