Shades of Brink Pink #F16178
Tints of Brink Pink #F16178
RGB
CMYK
RGB Variations
Color information
#F16178 (or 0xF16178) is known color: Brink Pink. HEX triplet: F1, 61 and 78. RGB value is (241,97,120). Sum of RGB (Red+Green+Blue) = 241+97+120=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F16178 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16178 is #0E9E87. Grayscale: #8E8E8E. Windows color (decimal): -958088 or 7889393. OLE color: 7889393.
HSL color Cylindrical-coordinate representation of color #F16178: hue angle of 350.42º 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 #F16178 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 97 | 120 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.05 |
| HSL | 350.42º | 0.84% | 0.66% | - |
| HSV(B) | 350.42º | 0.6% | 0.95% | - |
| XYZ | 43.94 | 28.61 | 20.97 | - |
| YUV | 142.68 | 115.21 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 97 | 120 | 0 | 0.60 | 0.50 | 0.05 | 350.42 | 0.84 | 0.66 |
| Hex | F1 | 61 | 78 | 0 | 3C | 32 | 5 | 15E | 54 | 42 |
| Octal | 361 | 141 | 170 | 0 | 74 | 62 | 5 | 536 | 124 | 102 |
| Binary | 11110001 | 1100001 | 1111000 | 0 | 111100 | 110010 | 101 | 101011110 | 1010100 | 1000010 |
Color Harmonies of #F16178
Complementary color
Monochromatic Colors of #F16178
Black with #F16178
Text Example
Text Example
White with #F16178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16178; }
p { color: rgb(241,97,120); }
H1.HeaderClassName
{
color: #F16178;
}
.AnyTagClassName
{
color: #F16178;
}
</style>
background-color css
<style>
a { background-color: #F16178; }
a { background-color: rgb(241,97,120); }
div.DivClassName
{
background-color: #F16178;
}
.BgClassName
{
background-color: #F16178;
}
</style>
border-color css
<style>
span { border-color: #F16178; }
span { border-color: rgb(241,97,120); }
td.TdClassName
{
border-color: #F16178;
}
.TagClassName
{
border-color: #F16178;
}
</style>