Shades of Brink Pink #FF7888
Tints of Brink Pink #FF7888
RGB
CMYK
RGB Variations
Color information
#FF7888 (or 0xFF7888) is known color: Brink Pink. HEX triplet: FF, 78 and 88. RGB value is (255,120,136). Sum of RGB (Red+Green+Blue) = 255+120+136=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7888 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7888 is #008777. Grayscale: #A2A2A2. Windows color (decimal): -34680 or 8943871. OLE color: 8943871.
HSL color Cylindrical-coordinate representation of color #FF7888: hue angle of 352.89º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF7888 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 136 | - |
| CMYK | 0 | 0.53 | 0.47 | 0 |
| HSL | 352.89º | 1% | 0.74% | - |
| HSV(B) | 352.89º | 0.53% | 1% | - |
| XYZ | 52.4 | 36.47 | 27.57 | - |
| YUV | 162.19 | 113.23 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 136 | 0 | 0.53 | 0.47 | 0 | 352.89 | 1 | 0.74 |
| Hex | FF | 78 | 88 | 0 | 35 | 2F | 0 | 161 | 64 | 4A |
| Octal | 377 | 170 | 210 | 0 | 65 | 57 | 0 | 541 | 144 | 112 |
| Binary | 11111111 | 1111000 | 10001000 | 0 | 110101 | 101111 | 0 | 101100001 | 1100100 | 1001010 |
Color Harmonies of #FF7888
Complementary color
Monochromatic Colors of #FF7888
Black with #FF7888
Text Example
Text Example
White with #FF7888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7888; }
p { color: rgb(255,120,136); }
H1.HeaderClassName
{
color: #FF7888;
}
.AnyTagClassName
{
color: #FF7888;
}
</style>
background-color css
<style>
a { background-color: #FF7888; }
a { background-color: rgb(255,120,136); }
div.DivClassName
{
background-color: #FF7888;
}
.BgClassName
{
background-color: #FF7888;
}
</style>
border-color css
<style>
span { border-color: #FF7888; }
span { border-color: rgb(255,120,136); }
td.TdClassName
{
border-color: #FF7888;
}
.TagClassName
{
border-color: #FF7888;
}
</style>