Shades of Brink Pink #FF7076
Tints of Brink Pink #FF7076
RGB
CMYK
RGB Variations
Color information
#FF7076 (or 0xFF7076) is known color: Brink Pink. HEX triplet: FF, 70 and 76. RGB value is (255,112,118). Sum of RGB (Red+Green+Blue) = 255+112+118=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7076 is #008F89. Grayscale: #9B9B9B. Windows color (decimal): -36746 or 7762175. OLE color: 7762175.
HSL color Cylindrical-coordinate representation of color #FF7076: hue angle of 357.48º 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 #FF7076 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 118 | - |
| CMYK | 0 | 0.56 | 0.54 | 0 |
| HSL | 357.48º | 1% | 0.72% | - |
| HSV(B) | 357.48º | 0.56% | 1% | - |
| XYZ | 50.3 | 34.16 | 21.08 | - |
| YUV | 155.44 | 106.88 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 118 | 0 | 0.56 | 0.54 | 0 | 357.48 | 1 | 0.72 |
| Hex | FF | 70 | 76 | 0 | 38 | 36 | 0 | 165 | 64 | 48 |
| Octal | 377 | 160 | 166 | 0 | 70 | 66 | 0 | 545 | 144 | 110 |
| Binary | 11111111 | 1110000 | 1110110 | 0 | 111000 | 110110 | 0 | 101100101 | 1100100 | 1001000 |
Color Harmonies of #FF7076
Complementary color
Monochromatic Colors of #FF7076
Black with #FF7076
Text Example
Text Example
White with #FF7076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7076; }
p { color: rgb(255,112,118); }
H1.HeaderClassName
{
color: #FF7076;
}
.AnyTagClassName
{
color: #FF7076;
}
</style>
background-color css
<style>
a { background-color: #FF7076; }
a { background-color: rgb(255,112,118); }
div.DivClassName
{
background-color: #FF7076;
}
.BgClassName
{
background-color: #FF7076;
}
</style>
border-color css
<style>
span { border-color: #FF7076; }
span { border-color: rgb(255,112,118); }
td.TdClassName
{
border-color: #FF7076;
}
.TagClassName
{
border-color: #FF7076;
}
</style>