Shades of Brink Pink #FF7B88
Tints of Brink Pink #FF7B88
RGB
CMYK
RGB Variations
Color information
#FF7B88 (or 0xFF7B88) is known color: Brink Pink. HEX triplet: FF, 7B and 88. RGB value is (255,123,136). Sum of RGB (Red+Green+Blue) = 255+123+136=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7B88 is #008477. Grayscale: #A4A4A4. Windows color (decimal): -33912 or 8944639. OLE color: 8944639.
HSL color Cylindrical-coordinate representation of color #FF7B88: hue angle of 354.09º 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 #FF7B88 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 136 | - |
| CMYK | 0 | 0.52 | 0.47 | 0 |
| HSL | 354.09º | 1% | 0.74% | - |
| HSV(B) | 354.09º | 0.52% | 1% | - |
| XYZ | 52.77 | 37.2 | 27.69 | - |
| YUV | 163.95 | 112.23 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 136 | 0 | 0.52 | 0.47 | 0 | 354.09 | 1 | 0.74 |
| Hex | FF | 7B | 88 | 0 | 34 | 2F | 0 | 162 | 64 | 4A |
| Octal | 377 | 173 | 210 | 0 | 64 | 57 | 0 | 542 | 144 | 112 |
| Binary | 11111111 | 1111011 | 10001000 | 0 | 110100 | 101111 | 0 | 101100010 | 1100100 | 1001010 |
Color Harmonies of #FF7B88
Complementary color
Monochromatic Colors of #FF7B88
Black with #FF7B88
Text Example
Text Example
White with #FF7B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B88; }
p { color: rgb(255,123,136); }
H1.HeaderClassName
{
color: #FF7B88;
}
.AnyTagClassName
{
color: #FF7B88;
}
</style>
background-color css
<style>
a { background-color: #FF7B88; }
a { background-color: rgb(255,123,136); }
div.DivClassName
{
background-color: #FF7B88;
}
.BgClassName
{
background-color: #FF7B88;
}
</style>
border-color css
<style>
span { border-color: #FF7B88; }
span { border-color: rgb(255,123,136); }
td.TdClassName
{
border-color: #FF7B88;
}
.TagClassName
{
border-color: #FF7B88;
}
</style>