Shades of Brink Pink #FF7187
Tints of Brink Pink #FF7187
RGB
CMYK
RGB Variations
Color information
#FF7187 (or 0xFF7187) is known color: Brink Pink. HEX triplet: FF, 71 and 87. RGB value is (255,113,135). Sum of RGB (Red+Green+Blue) = 255+113+135=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7187 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7187 is #008E78. Grayscale: #9E9E9E. Windows color (decimal): -36473 or 8876543. OLE color: 8876543.
HSL color Cylindrical-coordinate representation of color #FF7187: hue angle of 350.7º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF7187 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 135 | - |
| CMYK | 0 | 0.56 | 0.47 | 0 |
| HSL | 350.7º | 1% | 0.72% | - |
| HSV(B) | 350.7º | 0.56% | 1% | - |
| XYZ | 51.52 | 34.82 | 26.93 | - |
| YUV | 157.97 | 115.04 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 135 | 0 | 0.56 | 0.47 | 0 | 350.7 | 1 | 0.72 |
| Hex | FF | 71 | 87 | 0 | 38 | 2F | 0 | 15F | 64 | 48 |
| Octal | 377 | 161 | 207 | 0 | 70 | 57 | 0 | 537 | 144 | 110 |
| Binary | 11111111 | 1110001 | 10000111 | 0 | 111000 | 101111 | 0 | 101011111 | 1100100 | 1001000 |
Color Harmonies of #FF7187
Complementary color
Monochromatic Colors of #FF7187
Black with #FF7187
Text Example
Text Example
White with #FF7187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7187; }
p { color: rgb(255,113,135); }
H1.HeaderClassName
{
color: #FF7187;
}
.AnyTagClassName
{
color: #FF7187;
}
</style>
background-color css
<style>
a { background-color: #FF7187; }
a { background-color: rgb(255,113,135); }
div.DivClassName
{
background-color: #FF7187;
}
.BgClassName
{
background-color: #FF7187;
}
</style>
border-color css
<style>
span { border-color: #FF7187; }
span { border-color: rgb(255,113,135); }
td.TdClassName
{
border-color: #FF7187;
}
.TagClassName
{
border-color: #FF7187;
}
</style>