Shades of Brink Pink #FF7B87
Tints of Brink Pink #FF7B87
RGB
CMYK
RGB Variations
Color information
#FF7B87 (or 0xFF7B87) is known color: Brink Pink. HEX triplet: FF, 7B and 87. RGB value is (255,123,135). Sum of RGB (Red+Green+Blue) = 255+123+135=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 135 (53.12% from 255 or 26.32% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7B87 is #008478. Grayscale: #A3A3A3. Windows color (decimal): -33913 or 8879103. OLE color: 8879103.
HSL color Cylindrical-coordinate representation of color #FF7B87: hue angle of 354.55º 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 #FF7B87 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 135 | - |
| CMYK | 0 | 0.52 | 0.47 | 0 |
| HSL | 354.55º | 1% | 0.74% | - |
| HSV(B) | 354.55º | 0.52% | 1% | - |
| XYZ | 52.7 | 37.18 | 27.32 | - |
| YUV | 163.84 | 111.73 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 135 | 0 | 0.52 | 0.47 | 0 | 354.55 | 1 | 0.74 |
| Hex | FF | 7B | 87 | 0 | 34 | 2F | 0 | 163 | 64 | 4A |
| Octal | 377 | 173 | 207 | 0 | 64 | 57 | 0 | 543 | 144 | 112 |
| Binary | 11111111 | 1111011 | 10000111 | 0 | 110100 | 101111 | 0 | 101100011 | 1100100 | 1001010 |
Color Harmonies of #FF7B87
Complementary color
Monochromatic Colors of #FF7B87
Black with #FF7B87
Text Example
Text Example
White with #FF7B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B87; }
p { color: rgb(255,123,135); }
H1.HeaderClassName
{
color: #FF7B87;
}
.AnyTagClassName
{
color: #FF7B87;
}
</style>
background-color css
<style>
a { background-color: #FF7B87; }
a { background-color: rgb(255,123,135); }
div.DivClassName
{
background-color: #FF7B87;
}
.BgClassName
{
background-color: #FF7B87;
}
</style>
border-color css
<style>
span { border-color: #FF7B87; }
span { border-color: rgb(255,123,135); }
td.TdClassName
{
border-color: #FF7B87;
}
.TagClassName
{
border-color: #FF7B87;
}
</style>