Shades of Brink Pink #F16686
Tints of Brink Pink #F16686
RGB
CMYK
RGB Variations
Color information
#F16686 (or 0xF16686) is known color: Brink Pink. HEX triplet: F1, 66 and 86. RGB value is (241,102,134). Sum of RGB (Red+Green+Blue) = 241+102+134=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F16686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16686 is #0E9979. Grayscale: #939393. Windows color (decimal): -956794 or 8808177. OLE color: 8808177.
HSL color Cylindrical-coordinate representation of color #F16686: hue angle of 346.19º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F16686 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 134 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.05 |
| HSL | 346.19º | 0.83% | 0.67% | - |
| HSV(B) | 346.19º | 0.58% | 0.95% | - |
| XYZ | 45.33 | 29.92 | 25.94 | - |
| YUV | 147.21 | 120.55 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 134 | 0 | 0.58 | 0.44 | 0.05 | 346.19 | 0.83 | 0.67 |
| Hex | F1 | 66 | 86 | 0 | 3A | 2C | 5 | 15A | 53 | 43 |
| Octal | 361 | 146 | 206 | 0 | 72 | 54 | 5 | 532 | 123 | 103 |
| Binary | 11110001 | 1100110 | 10000110 | 0 | 111010 | 101100 | 101 | 101011010 | 1010011 | 1000011 |
Color Harmonies of #F16686
Complementary color
Monochromatic Colors of #F16686
Black with #F16686
Text Example
Text Example
White with #F16686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16686; }
p { color: rgb(241,102,134); }
H1.HeaderClassName
{
color: #F16686;
}
.AnyTagClassName
{
color: #F16686;
}
</style>
background-color css
<style>
a { background-color: #F16686; }
a { background-color: rgb(241,102,134); }
div.DivClassName
{
background-color: #F16686;
}
.BgClassName
{
background-color: #F16686;
}
</style>
border-color css
<style>
span { border-color: #F16686; }
span { border-color: rgb(241,102,134); }
td.TdClassName
{
border-color: #F16686;
}
.TagClassName
{
border-color: #F16686;
}
</style>