Shades of Brink Pink #FF7B82
Tints of Brink Pink #FF7B82
RGB
CMYK
RGB Variations
Color information
#FF7B82 (or 0xFF7B82) is known color: Brink Pink. HEX triplet: FF, 7B and 82. RGB value is (255,123,130). Sum of RGB (Red+Green+Blue) = 255+123+130=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7B82 is #00847D. Grayscale: #A3A3A3. Windows color (decimal): -33918 or 8551423. OLE color: 8551423.
HSL color Cylindrical-coordinate representation of color #FF7B82: hue angle of 356.82º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7B82 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 130 | - |
| CMYK | 0 | 0.52 | 0.49 | 0 |
| HSL | 356.82º | 1% | 0.74% | - |
| HSV(B) | 356.82º | 0.52% | 1% | - |
| XYZ | 52.35 | 37.04 | 25.51 | - |
| YUV | 163.27 | 109.23 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 130 | 0 | 0.52 | 0.49 | 0 | 356.82 | 1 | 0.74 |
| Hex | FF | 7B | 82 | 0 | 34 | 31 | 0 | 165 | 64 | 4A |
| Octal | 377 | 173 | 202 | 0 | 64 | 61 | 0 | 545 | 144 | 112 |
| Binary | 11111111 | 1111011 | 10000010 | 0 | 110100 | 110001 | 0 | 101100101 | 1100100 | 1001010 |
Color Harmonies of #FF7B82
Complementary color
Monochromatic Colors of #FF7B82
Black with #FF7B82
Text Example
Text Example
White with #FF7B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B82; }
p { color: rgb(255,123,130); }
H1.HeaderClassName
{
color: #FF7B82;
}
.AnyTagClassName
{
color: #FF7B82;
}
</style>
background-color css
<style>
a { background-color: #FF7B82; }
a { background-color: rgb(255,123,130); }
div.DivClassName
{
background-color: #FF7B82;
}
.BgClassName
{
background-color: #FF7B82;
}
</style>
border-color css
<style>
span { border-color: #FF7B82; }
span { border-color: rgb(255,123,130); }
td.TdClassName
{
border-color: #FF7B82;
}
.TagClassName
{
border-color: #FF7B82;
}
</style>