Shades of Brink Pink #F87488
Tints of Brink Pink #F87488
RGB
CMYK
RGB Variations
Color information
#F87488 (or 0xF87488) is known color: Brink Pink. HEX triplet: F8, 74 and 88. RGB value is (248,116,136). Sum of RGB (Red+Green+Blue) = 248+116+136=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F87488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87488 is #078B77. Grayscale: #9D9D9D. Windows color (decimal): -494456 or 8942840. OLE color: 8942840.
HSL color Cylindrical-coordinate representation of color #F87488: hue angle of 350.91º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F87488 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 116 | 136 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.03 |
| HSL | 350.91º | 0.9% | 0.71% | - |
| HSV(B) | 350.91º | 0.53% | 0.97% | - |
| XYZ | 49.4 | 34.22 | 27.29 | - |
| YUV | 157.75 | 115.73 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 116 | 136 | 0 | 0.53 | 0.45 | 0.03 | 350.91 | 0.9 | 0.71 |
| Hex | F8 | 74 | 88 | 0 | 35 | 2D | 3 | 15F | 5A | 47 |
| Octal | 370 | 164 | 210 | 0 | 65 | 55 | 3 | 537 | 132 | 107 |
| Binary | 11111000 | 1110100 | 10001000 | 0 | 110101 | 101101 | 11 | 101011111 | 1011010 | 1000111 |
Color Harmonies of #F87488
Complementary color
Monochromatic Colors of #F87488
Black with #F87488
Text Example
Text Example
White with #F87488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87488; }
p { color: rgb(248,116,136); }
H1.HeaderClassName
{
color: #F87488;
}
.AnyTagClassName
{
color: #F87488;
}
</style>
background-color css
<style>
a { background-color: #F87488; }
a { background-color: rgb(248,116,136); }
div.DivClassName
{
background-color: #F87488;
}
.BgClassName
{
background-color: #F87488;
}
</style>
border-color css
<style>
span { border-color: #F87488; }
span { border-color: rgb(248,116,136); }
td.TdClassName
{
border-color: #F87488;
}
.TagClassName
{
border-color: #F87488;
}
</style>