Shades of Brink Pink #F16177
Tints of Brink Pink #F16177
RGB
CMYK
RGB Variations
Color information
#F16177 (or 0xF16177) is known color: Brink Pink. HEX triplet: F1, 61 and 77. RGB value is (241,97,119). Sum of RGB (Red+Green+Blue) = 241+97+119=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F16177 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16177 is #0E9E88. Grayscale: #8E8E8E. Windows color (decimal): -958089 or 7823857. OLE color: 7823857.
HSL color Cylindrical-coordinate representation of color #F16177: hue angle of 350.83º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F16177 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 97 | 119 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.05 |
| HSL | 350.83º | 0.84% | 0.66% | - |
| HSV(B) | 350.83º | 0.6% | 0.95% | - |
| XYZ | 43.88 | 28.58 | 20.66 | - |
| YUV | 142.56 | 114.71 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 97 | 119 | 0 | 0.60 | 0.51 | 0.05 | 350.83 | 0.84 | 0.66 |
| Hex | F1 | 61 | 77 | 0 | 3C | 33 | 5 | 15F | 54 | 42 |
| Octal | 361 | 141 | 167 | 0 | 74 | 63 | 5 | 537 | 124 | 102 |
| Binary | 11110001 | 1100001 | 1110111 | 0 | 111100 | 110011 | 101 | 101011111 | 1010100 | 1000010 |
Color Harmonies of #F16177
Complementary color
Monochromatic Colors of #F16177
Black with #F16177
Text Example
Text Example
White with #F16177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16177; }
p { color: rgb(241,97,119); }
H1.HeaderClassName
{
color: #F16177;
}
.AnyTagClassName
{
color: #F16177;
}
</style>
background-color css
<style>
a { background-color: #F16177; }
a { background-color: rgb(241,97,119); }
div.DivClassName
{
background-color: #F16177;
}
.BgClassName
{
background-color: #F16177;
}
</style>
border-color css
<style>
span { border-color: #F16177; }
span { border-color: rgb(241,97,119); }
td.TdClassName
{
border-color: #F16177;
}
.TagClassName
{
border-color: #F16177;
}
</style>