Shades of Brink Pink #FF7982
Tints of Brink Pink #FF7982
RGB
CMYK
RGB Variations
Color information
#FF7982 (or 0xFF7982) is known color: Brink Pink. HEX triplet: FF, 79 and 82. RGB value is (255,121,130). Sum of RGB (Red+Green+Blue) = 255+121+130=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7982 is #00867D. Grayscale: #A2A2A2. Windows color (decimal): -34430 or 8550911. OLE color: 8550911.
HSL color Cylindrical-coordinate representation of color #FF7982: hue angle of 355.97º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF7982 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 130 | - |
| CMYK | 0 | 0.53 | 0.49 | 0 |
| HSL | 355.97º | 1% | 0.74% | - |
| HSV(B) | 355.97º | 0.53% | 1% | - |
| XYZ | 52.11 | 36.55 | 25.43 | - |
| YUV | 162.09 | 109.89 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 130 | 0 | 0.53 | 0.49 | 0 | 355.97 | 1 | 0.74 |
| Hex | FF | 79 | 82 | 0 | 35 | 31 | 0 | 164 | 64 | 4A |
| Octal | 377 | 171 | 202 | 0 | 65 | 61 | 0 | 544 | 144 | 112 |
| Binary | 11111111 | 1111001 | 10000010 | 0 | 110101 | 110001 | 0 | 101100100 | 1100100 | 1001010 |
Color Harmonies of #FF7982
Complementary color
Monochromatic Colors of #FF7982
Black with #FF7982
Text Example
Text Example
White with #FF7982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7982; }
p { color: rgb(255,121,130); }
H1.HeaderClassName
{
color: #FF7982;
}
.AnyTagClassName
{
color: #FF7982;
}
</style>
background-color css
<style>
a { background-color: #FF7982; }
a { background-color: rgb(255,121,130); }
div.DivClassName
{
background-color: #FF7982;
}
.BgClassName
{
background-color: #FF7982;
}
</style>
border-color css
<style>
span { border-color: #FF7982; }
span { border-color: rgb(255,121,130); }
td.TdClassName
{
border-color: #FF7982;
}
.TagClassName
{
border-color: #FF7982;
}
</style>