Shades of Brink Pink #F87189
Tints of Brink Pink #F87189
RGB
CMYK
RGB Variations
Color information
#F87189 (or 0xF87189) is known color: Brink Pink. HEX triplet: F8, 71 and 89. RGB value is (248,113,137). Sum of RGB (Red+Green+Blue) = 248+113+137=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F87189 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87189 is #078E76. Grayscale: #9C9C9C. Windows color (decimal): -495223 or 9007608. OLE color: 9007608.
HSL color Cylindrical-coordinate representation of color #F87189: hue angle of 349.33º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F87189 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 113 | 137 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.03 |
| HSL | 349.33º | 0.91% | 0.71% | - |
| HSV(B) | 349.33º | 0.54% | 0.97% | - |
| XYZ | 49.13 | 33.57 | 27.56 | - |
| YUV | 156.1 | 117.23 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 113 | 137 | 0 | 0.54 | 0.45 | 0.03 | 349.33 | 0.91 | 0.71 |
| Hex | F8 | 71 | 89 | 0 | 36 | 2D | 3 | 15D | 5B | 47 |
| Octal | 370 | 161 | 211 | 0 | 66 | 55 | 3 | 535 | 133 | 107 |
| Binary | 11111000 | 1110001 | 10001001 | 0 | 110110 | 101101 | 11 | 101011101 | 1011011 | 1000111 |
Color Harmonies of #F87189
Complementary color
Monochromatic Colors of #F87189
Black with #F87189
Text Example
Text Example
White with #F87189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87189; }
p { color: rgb(248,113,137); }
H1.HeaderClassName
{
color: #F87189;
}
.AnyTagClassName
{
color: #F87189;
}
</style>
background-color css
<style>
a { background-color: #F87189; }
a { background-color: rgb(248,113,137); }
div.DivClassName
{
background-color: #F87189;
}
.BgClassName
{
background-color: #F87189;
}
</style>
border-color css
<style>
span { border-color: #F87189; }
span { border-color: rgb(248,113,137); }
td.TdClassName
{
border-color: #F87189;
}
.TagClassName
{
border-color: #F87189;
}
</style>