Shades of Brink Pink #F16386
Tints of Brink Pink #F16386
RGB
CMYK
RGB Variations
Color information
#F16386 (or 0xF16386) is known color: Brink Pink. HEX triplet: F1, 63 and 86. RGB value is (241,99,134). Sum of RGB (Red+Green+Blue) = 241+99+134=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F16386 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16386 is #0E9C79. Grayscale: #919191. Windows color (decimal): -957562 or 8807409. OLE color: 8807409.
HSL color Cylindrical-coordinate representation of color #F16386: hue angle of 345.21º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F16386 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 134 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.05 |
| HSL | 345.21º | 0.84% | 0.67% | - |
| HSV(B) | 345.21º | 0.59% | 0.95% | - |
| XYZ | 45.04 | 29.35 | 25.84 | - |
| YUV | 145.45 | 121.54 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 134 | 0 | 0.59 | 0.44 | 0.05 | 345.21 | 0.84 | 0.67 |
| Hex | F1 | 63 | 86 | 0 | 3B | 2C | 5 | 159 | 54 | 43 |
| Octal | 361 | 143 | 206 | 0 | 73 | 54 | 5 | 531 | 124 | 103 |
| Binary | 11110001 | 1100011 | 10000110 | 0 | 111011 | 101100 | 101 | 101011001 | 1010100 | 1000011 |
Color Harmonies of #F16386
Complementary color
Monochromatic Colors of #F16386
Black with #F16386
Text Example
Text Example
White with #F16386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16386; }
p { color: rgb(241,99,134); }
H1.HeaderClassName
{
color: #F16386;
}
.AnyTagClassName
{
color: #F16386;
}
</style>
background-color css
<style>
a { background-color: #F16386; }
a { background-color: rgb(241,99,134); }
div.DivClassName
{
background-color: #F16386;
}
.BgClassName
{
background-color: #F16386;
}
</style>
border-color css
<style>
span { border-color: #F16386; }
span { border-color: rgb(241,99,134); }
td.TdClassName
{
border-color: #F16386;
}
.TagClassName
{
border-color: #F16386;
}
</style>