Shades of Brink Pink #FF7B80
Tints of Brink Pink #FF7B80
RGB
CMYK
RGB Variations
Color information
#FF7B80 (or 0xFF7B80) is known color: Brink Pink. HEX triplet: FF, 7B and 80. RGB value is (255,123,128). Sum of RGB (Red+Green+Blue) = 255+123+128=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7B80 is #00847F. Grayscale: #A3A3A3. Windows color (decimal): -33920 or 8420351. OLE color: 8420351.
HSL color Cylindrical-coordinate representation of color #FF7B80: hue angle of 357.73º 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 #FF7B80 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 128 | - |
| CMYK | 0 | 0.52 | 0.50 | 0 |
| HSL | 357.73º | 1% | 0.74% | - |
| HSV(B) | 357.73º | 0.52% | 1% | - |
| XYZ | 52.22 | 36.98 | 24.81 | - |
| YUV | 163.04 | 108.23 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 128 | 0 | 0.52 | 0.50 | 0 | 357.73 | 1 | 0.74 |
| Hex | FF | 7B | 80 | 0 | 34 | 32 | 0 | 166 | 64 | 4A |
| Octal | 377 | 173 | 200 | 0 | 64 | 62 | 0 | 546 | 144 | 112 |
| Binary | 11111111 | 1111011 | 10000000 | 0 | 110100 | 110010 | 0 | 101100110 | 1100100 | 1001010 |
Color Harmonies of #FF7B80
Complementary color
Monochromatic Colors of #FF7B80
Black with #FF7B80
Text Example
Text Example
White with #FF7B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B80; }
p { color: rgb(255,123,128); }
H1.HeaderClassName
{
color: #FF7B80;
}
.AnyTagClassName
{
color: #FF7B80;
}
</style>
background-color css
<style>
a { background-color: #FF7B80; }
a { background-color: rgb(255,123,128); }
div.DivClassName
{
background-color: #FF7B80;
}
.BgClassName
{
background-color: #FF7B80;
}
</style>
border-color css
<style>
span { border-color: #FF7B80; }
span { border-color: rgb(255,123,128); }
td.TdClassName
{
border-color: #FF7B80;
}
.TagClassName
{
border-color: #FF7B80;
}
</style>