Shades of Brink Pink #FF7782
Tints of Brink Pink #FF7782
RGB
CMYK
RGB Variations
Color information
#FF7782 (or 0xFF7782) is known color: Brink Pink. HEX triplet: FF, 77 and 82. RGB value is (255,119,130). Sum of RGB (Red+Green+Blue) = 255+119+130=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7782 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7782 is #00887D. Grayscale: #A1A1A1. Windows color (decimal): -34942 or 8550399. OLE color: 8550399.
HSL color Cylindrical-coordinate representation of color #FF7782: hue angle of 355.15º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF7782 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 130 | - |
| CMYK | 0 | 0.53 | 0.49 | 0 |
| HSL | 355.15º | 1% | 0.73% | - |
| HSV(B) | 355.15º | 0.53% | 1% | - |
| XYZ | 51.87 | 36.07 | 25.35 | - |
| YUV | 160.92 | 110.56 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 130 | 0 | 0.53 | 0.49 | 0 | 355.15 | 1 | 0.73 |
| Hex | FF | 77 | 82 | 0 | 35 | 31 | 0 | 163 | 64 | 49 |
| Octal | 377 | 167 | 202 | 0 | 65 | 61 | 0 | 543 | 144 | 111 |
| Binary | 11111111 | 1110111 | 10000010 | 0 | 110101 | 110001 | 0 | 101100011 | 1100100 | 1001001 |
Color Harmonies of #FF7782
Complementary color
Monochromatic Colors of #FF7782
Black with #FF7782
Text Example
Text Example
White with #FF7782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7782; }
p { color: rgb(255,119,130); }
H1.HeaderClassName
{
color: #FF7782;
}
.AnyTagClassName
{
color: #FF7782;
}
</style>
background-color css
<style>
a { background-color: #FF7782; }
a { background-color: rgb(255,119,130); }
div.DivClassName
{
background-color: #FF7782;
}
.BgClassName
{
background-color: #FF7782;
}
</style>
border-color css
<style>
span { border-color: #FF7782; }
span { border-color: rgb(255,119,130); }
td.TdClassName
{
border-color: #FF7782;
}
.TagClassName
{
border-color: #FF7782;
}
</style>