Shades of Brink Pink #F16286
Tints of Brink Pink #F16286
RGB
CMYK
RGB Variations
Color information
#F16286 (or 0xF16286) is known color: Brink Pink. HEX triplet: F1, 62 and 86. RGB value is (241,98,134). Sum of RGB (Red+Green+Blue) = 241+98+134=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F16286 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16286 is #0E9D79. Grayscale: #909090. Windows color (decimal): -957818 or 8807153. OLE color: 8807153.
HSL color Cylindrical-coordinate representation of color #F16286: hue angle of 344.9º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F16286 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 134 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.05 |
| HSL | 344.9º | 0.84% | 0.66% | - |
| HSV(B) | 344.9º | 0.59% | 0.95% | - |
| XYZ | 44.95 | 29.16 | 25.81 | - |
| YUV | 144.86 | 121.88 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 134 | 0 | 0.59 | 0.44 | 0.05 | 344.9 | 0.84 | 0.66 |
| Hex | F1 | 62 | 86 | 0 | 3B | 2C | 5 | 159 | 54 | 42 |
| Octal | 361 | 142 | 206 | 0 | 73 | 54 | 5 | 531 | 124 | 102 |
| Binary | 11110001 | 1100010 | 10000110 | 0 | 111011 | 101100 | 101 | 101011001 | 1010100 | 1000010 |
Color Harmonies of #F16286
Complementary color
Monochromatic Colors of #F16286
Black with #F16286
Text Example
Text Example
White with #F16286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16286; }
p { color: rgb(241,98,134); }
H1.HeaderClassName
{
color: #F16286;
}
.AnyTagClassName
{
color: #F16286;
}
</style>
background-color css
<style>
a { background-color: #F16286; }
a { background-color: rgb(241,98,134); }
div.DivClassName
{
background-color: #F16286;
}
.BgClassName
{
background-color: #F16286;
}
</style>
border-color css
<style>
span { border-color: #F16286; }
span { border-color: rgb(241,98,134); }
td.TdClassName
{
border-color: #F16286;
}
.TagClassName
{
border-color: #F16286;
}
</style>