Shades of Brink Pink #F96C87
Tints of Brink Pink #F96C87
RGB
CMYK
RGB Variations
Color information
#F96C87 (or 0xF96C87) is known color: Brink Pink. HEX triplet: F9, 6C and 87. RGB value is (249,108,135). Sum of RGB (Red+Green+Blue) = 249+108+135=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 135 (53.12% from 255 or 27.44% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96C87 is #069378. Grayscale: #999999. Windows color (decimal): -430969 or 8875257. OLE color: 8875257.
HSL color Cylindrical-coordinate representation of color #F96C87: hue angle of 348.51º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F96C87 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 108 | 135 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.02 |
| HSL | 348.51º | 0.92% | 0.7% | - |
| HSV(B) | 348.51º | 0.57% | 0.98% | - |
| XYZ | 48.8 | 32.61 | 26.64 | - |
| YUV | 153.24 | 117.71 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 108 | 135 | 0 | 0.57 | 0.46 | 0.02 | 348.51 | 0.92 | 0.7 |
| Hex | F9 | 6C | 87 | 0 | 39 | 2E | 2 | 15D | 5C | 46 |
| Octal | 371 | 154 | 207 | 0 | 71 | 56 | 2 | 535 | 134 | 106 |
| Binary | 11111001 | 1101100 | 10000111 | 0 | 111001 | 101110 | 10 | 101011101 | 1011100 | 1000110 |
Color Harmonies of #F96C87
Complementary color
Monochromatic Colors of #F96C87
Black with #F96C87
Text Example
Text Example
White with #F96C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96C87; }
p { color: rgb(249,108,135); }
H1.HeaderClassName
{
color: #F96C87;
}
.AnyTagClassName
{
color: #F96C87;
}
</style>
background-color css
<style>
a { background-color: #F96C87; }
a { background-color: rgb(249,108,135); }
div.DivClassName
{
background-color: #F96C87;
}
.BgClassName
{
background-color: #F96C87;
}
</style>
border-color css
<style>
span { border-color: #F96C87; }
span { border-color: rgb(249,108,135); }
td.TdClassName
{
border-color: #F96C87;
}
.TagClassName
{
border-color: #F96C87;
}
</style>