Shades of Brink Pink #FF7088
Tints of Brink Pink #FF7088
RGB
CMYK
RGB Variations
Color information
#FF7088 (or 0xFF7088) is known color: Brink Pink. HEX triplet: FF, 70 and 88. RGB value is (255,112,136). Sum of RGB (Red+Green+Blue) = 255+112+136=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7088 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7088 is #008F77. Grayscale: #9D9D9D. Windows color (decimal): -36728 or 8941823. OLE color: 8941823.
HSL color Cylindrical-coordinate representation of color #FF7088: hue angle of 349.93º 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 #FF7088 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 136 | - |
| CMYK | 0 | 0.56 | 0.47 | 0 |
| HSL | 349.93º | 1% | 0.72% | - |
| HSV(B) | 349.93º | 0.56% | 1% | - |
| XYZ | 51.48 | 34.63 | 27.26 | - |
| YUV | 157.49 | 115.88 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 136 | 0 | 0.56 | 0.47 | 0 | 349.93 | 1 | 0.72 |
| Hex | FF | 70 | 88 | 0 | 38 | 2F | 0 | 15E | 64 | 48 |
| Octal | 377 | 160 | 210 | 0 | 70 | 57 | 0 | 536 | 144 | 110 |
| Binary | 11111111 | 1110000 | 10001000 | 0 | 111000 | 101111 | 0 | 101011110 | 1100100 | 1001000 |
Color Harmonies of #FF7088
Complementary color
Monochromatic Colors of #FF7088
Black with #FF7088
Text Example
Text Example
White with #FF7088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7088; }
p { color: rgb(255,112,136); }
H1.HeaderClassName
{
color: #FF7088;
}
.AnyTagClassName
{
color: #FF7088;
}
</style>
background-color css
<style>
a { background-color: #FF7088; }
a { background-color: rgb(255,112,136); }
div.DivClassName
{
background-color: #FF7088;
}
.BgClassName
{
background-color: #FF7088;
}
</style>
border-color css
<style>
span { border-color: #FF7088; }
span { border-color: rgb(255,112,136); }
td.TdClassName
{
border-color: #FF7088;
}
.TagClassName
{
border-color: #FF7088;
}
</style>