Shades of Brink Pink #F16687
Tints of Brink Pink #F16687
RGB
CMYK
RGB Variations
Color information
#F16687 (or 0xF16687) is known color: Brink Pink. HEX triplet: F1, 66 and 87. RGB value is (241,102,135). Sum of RGB (Red+Green+Blue) = 241+102+135=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F16687 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16687 is #0E9978. Grayscale: #939393. Windows color (decimal): -956793 or 8873713. OLE color: 8873713.
HSL color Cylindrical-coordinate representation of color #F16687: hue angle of 345.76º 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 #F16687 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 135 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.05 |
| HSL | 345.76º | 0.83% | 0.67% | - |
| HSV(B) | 345.76º | 0.58% | 0.95% | - |
| XYZ | 45.4 | 29.95 | 26.31 | - |
| YUV | 147.32 | 121.05 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 135 | 0 | 0.58 | 0.44 | 0.05 | 345.76 | 0.83 | 0.67 |
| Hex | F1 | 66 | 87 | 0 | 3A | 2C | 5 | 15A | 53 | 43 |
| Octal | 361 | 146 | 207 | 0 | 72 | 54 | 5 | 532 | 123 | 103 |
| Binary | 11110001 | 1100110 | 10000111 | 0 | 111010 | 101100 | 101 | 101011010 | 1010011 | 1000011 |
Color Harmonies of #F16687
Complementary color
Monochromatic Colors of #F16687
Black with #F16687
Text Example
Text Example
White with #F16687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16687; }
p { color: rgb(241,102,135); }
H1.HeaderClassName
{
color: #F16687;
}
.AnyTagClassName
{
color: #F16687;
}
</style>
background-color css
<style>
a { background-color: #F16687; }
a { background-color: rgb(241,102,135); }
div.DivClassName
{
background-color: #F16687;
}
.BgClassName
{
background-color: #F16687;
}
</style>
border-color css
<style>
span { border-color: #F16687; }
span { border-color: rgb(241,102,135); }
td.TdClassName
{
border-color: #F16687;
}
.TagClassName
{
border-color: #F16687;
}
</style>