Shades of Brink Pink #F67187
Tints of Brink Pink #F67187
RGB
CMYK
RGB Variations
Color information
#F67187 (or 0xF67187) is known color: Brink Pink. HEX triplet: F6, 71 and 87. RGB value is (246,113,135). Sum of RGB (Red+Green+Blue) = 246+113+135=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 135 (53.12% from 255 or 27.33% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F67187 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67187 is #098E78. Grayscale: #9B9B9B. Windows color (decimal): -626297 or 8876534. OLE color: 8876534.
HSL color Cylindrical-coordinate representation of color #F67187: hue angle of 350.08º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F67187 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 113 | 135 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.04 |
| HSL | 350.08º | 0.88% | 0.7% | - |
| HSV(B) | 350.08º | 0.54% | 0.96% | - |
| XYZ | 48.28 | 33.15 | 26.78 | - |
| YUV | 155.28 | 116.56 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 113 | 135 | 0 | 0.54 | 0.45 | 0.04 | 350.08 | 0.88 | 0.7 |
| Hex | F6 | 71 | 87 | 0 | 36 | 2D | 4 | 15E | 58 | 46 |
| Octal | 366 | 161 | 207 | 0 | 66 | 55 | 4 | 536 | 130 | 106 |
| Binary | 11110110 | 1110001 | 10000111 | 0 | 110110 | 101101 | 100 | 101011110 | 1011000 | 1000110 |
Color Harmonies of #F67187
Complementary color
Monochromatic Colors of #F67187
Black with #F67187
Text Example
Text Example
White with #F67187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67187; }
p { color: rgb(246,113,135); }
H1.HeaderClassName
{
color: #F67187;
}
.AnyTagClassName
{
color: #F67187;
}
</style>
background-color css
<style>
a { background-color: #F67187; }
a { background-color: rgb(246,113,135); }
div.DivClassName
{
background-color: #F67187;
}
.BgClassName
{
background-color: #F67187;
}
</style>
border-color css
<style>
span { border-color: #F67187; }
span { border-color: rgb(246,113,135); }
td.TdClassName
{
border-color: #F67187;
}
.TagClassName
{
border-color: #F67187;
}
</style>