Shades of Brink Pink #F96686
Tints of Brink Pink #F96686
RGB
CMYK
RGB Variations
Color information
#F96686 (or 0xF96686) is known color: Brink Pink. HEX triplet: F9, 66 and 86. RGB value is (249,102,134). Sum of RGB (Red+Green+Blue) = 249+102+134=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F96686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96686 is #069979. Grayscale: #959595. Windows color (decimal): -432506 or 8808185. OLE color: 8808185.
HSL color Cylindrical-coordinate representation of color #F96686: hue angle of 346.94º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F96686 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 102 | 134 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.02 |
| HSL | 346.94º | 0.92% | 0.69% | - |
| HSV(B) | 346.94º | 0.59% | 0.98% | - |
| XYZ | 48.12 | 31.36 | 26.07 | - |
| YUV | 149.6 | 119.2 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 102 | 134 | 0 | 0.59 | 0.46 | 0.02 | 346.94 | 0.92 | 0.69 |
| Hex | F9 | 66 | 86 | 0 | 3B | 2E | 2 | 15B | 5C | 45 |
| Octal | 371 | 146 | 206 | 0 | 73 | 56 | 2 | 533 | 134 | 105 |
| Binary | 11111001 | 1100110 | 10000110 | 0 | 111011 | 101110 | 10 | 101011011 | 1011100 | 1000101 |
Color Harmonies of #F96686
Complementary color
Monochromatic Colors of #F96686
Black with #F96686
Text Example
Text Example
White with #F96686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96686; }
p { color: rgb(249,102,134); }
H1.HeaderClassName
{
color: #F96686;
}
.AnyTagClassName
{
color: #F96686;
}
</style>
background-color css
<style>
a { background-color: #F96686; }
a { background-color: rgb(249,102,134); }
div.DivClassName
{
background-color: #F96686;
}
.BgClassName
{
background-color: #F96686;
}
</style>
border-color css
<style>
span { border-color: #F96686; }
span { border-color: rgb(249,102,134); }
td.TdClassName
{
border-color: #F96686;
}
.TagClassName
{
border-color: #F96686;
}
</style>