Shades of Brink Pink #FF7082
Tints of Brink Pink #FF7082
RGB
CMYK
RGB Variations
Color information
#FF7082 (or 0xFF7082) is known color: Brink Pink. HEX triplet: FF, 70 and 82. RGB value is (255,112,130). Sum of RGB (Red+Green+Blue) = 255+112+130=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7082 is #008F7D. Grayscale: #9C9C9C. Windows color (decimal): -36734 or 8548607. OLE color: 8548607.
HSL color Cylindrical-coordinate representation of color #FF7082: hue angle of 352.45º 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 #FF7082 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 130 | - |
| CMYK | 0 | 0.56 | 0.49 | 0 |
| HSL | 352.45º | 1% | 0.72% | - |
| HSV(B) | 352.45º | 0.56% | 1% | - |
| XYZ | 51.06 | 34.46 | 25.08 | - |
| YUV | 156.81 | 112.88 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 130 | 0 | 0.56 | 0.49 | 0 | 352.45 | 1 | 0.72 |
| Hex | FF | 70 | 82 | 0 | 38 | 31 | 0 | 160 | 64 | 48 |
| Octal | 377 | 160 | 202 | 0 | 70 | 61 | 0 | 540 | 144 | 110 |
| Binary | 11111111 | 1110000 | 10000010 | 0 | 111000 | 110001 | 0 | 101100000 | 1100100 | 1001000 |
Color Harmonies of #FF7082
Complementary color
Monochromatic Colors of #FF7082
Black with #FF7082
Text Example
Text Example
White with #FF7082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7082; }
p { color: rgb(255,112,130); }
H1.HeaderClassName
{
color: #FF7082;
}
.AnyTagClassName
{
color: #FF7082;
}
</style>
background-color css
<style>
a { background-color: #FF7082; }
a { background-color: rgb(255,112,130); }
div.DivClassName
{
background-color: #FF7082;
}
.BgClassName
{
background-color: #FF7082;
}
</style>
border-color css
<style>
span { border-color: #FF7082; }
span { border-color: rgb(255,112,130); }
td.TdClassName
{
border-color: #FF7082;
}
.TagClassName
{
border-color: #FF7082;
}
</style>