Shades of Brink Pink #F87288
Tints of Brink Pink #F87288
RGB
CMYK
RGB Variations
Color information
#F87288 (or 0xF87288) is known color: Brink Pink. HEX triplet: F8, 72 and 88. RGB value is (248,114,136). Sum of RGB (Red+Green+Blue) = 248+114+136=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 136 (53.52% from 255 or 27.31% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F87288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87288 is #078D77. Grayscale: #9C9C9C. Windows color (decimal): -494968 or 8942328. OLE color: 8942328.
HSL color Cylindrical-coordinate representation of color #F87288: hue angle of 350.15º 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 #F87288 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 114 | 136 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.03 |
| HSL | 350.15º | 0.91% | 0.71% | - |
| HSV(B) | 350.15º | 0.54% | 0.97% | - |
| XYZ | 49.17 | 33.77 | 27.22 | - |
| YUV | 156.57 | 116.39 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 114 | 136 | 0 | 0.54 | 0.45 | 0.03 | 350.15 | 0.91 | 0.71 |
| Hex | F8 | 72 | 88 | 0 | 36 | 2D | 3 | 15E | 5B | 47 |
| Octal | 370 | 162 | 210 | 0 | 66 | 55 | 3 | 536 | 133 | 107 |
| Binary | 11111000 | 1110010 | 10001000 | 0 | 110110 | 101101 | 11 | 101011110 | 1011011 | 1000111 |
Color Harmonies of #F87288
Complementary color
Monochromatic Colors of #F87288
Black with #F87288
Text Example
Text Example
White with #F87288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87288; }
p { color: rgb(248,114,136); }
H1.HeaderClassName
{
color: #F87288;
}
.AnyTagClassName
{
color: #F87288;
}
</style>
background-color css
<style>
a { background-color: #F87288; }
a { background-color: rgb(248,114,136); }
div.DivClassName
{
background-color: #F87288;
}
.BgClassName
{
background-color: #F87288;
}
</style>
border-color css
<style>
span { border-color: #F87288; }
span { border-color: rgb(248,114,136); }
td.TdClassName
{
border-color: #F87288;
}
.TagClassName
{
border-color: #F87288;
}
</style>