Shades of Brink Pink #F6687B
Tints of Brink Pink #F6687B
RGB
CMYK
RGB Variations
Color information
#F6687B (or 0xF6687B) is known color: Brink Pink. HEX triplet: F6, 68 and 7B. RGB value is (246,104,123). Sum of RGB (Red+Green+Blue) = 246+104+123=473 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.01% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 246 - color contains mainly: red. Hex color #F6687B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6687B is #099784. Grayscale: #949494. Windows color (decimal): -628613 or 8087798. OLE color: 8087798.
HSL color Cylindrical-coordinate representation of color #F6687B: hue angle of 351.97º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F6687B is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 104 | 123 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.04 |
| HSL | 351.97º | 0.89% | 0.69% | - |
| HSV(B) | 351.97º | 0.58% | 0.96% | - |
| XYZ | 46.53 | 30.92 | 22.26 | - |
| YUV | 148.62 | 113.54 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 104 | 123 | 0 | 0.58 | 0.50 | 0.04 | 351.97 | 0.89 | 0.69 |
| Hex | F6 | 68 | 7B | 0 | 3A | 32 | 4 | 160 | 59 | 45 |
| Octal | 366 | 150 | 173 | 0 | 72 | 62 | 4 | 540 | 131 | 105 |
| Binary | 11110110 | 1101000 | 1111011 | 0 | 111010 | 110010 | 100 | 101100000 | 1011001 | 1000101 |
Color Harmonies of #F6687B
Complementary color
Monochromatic Colors of #F6687B
Black with #F6687B
Text Example
Text Example
White with #F6687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6687B; }
p { color: rgb(246,104,123); }
H1.HeaderClassName
{
color: #F6687B;
}
.AnyTagClassName
{
color: #F6687B;
}
</style>
background-color css
<style>
a { background-color: #F6687B; }
a { background-color: rgb(246,104,123); }
div.DivClassName
{
background-color: #F6687B;
}
.BgClassName
{
background-color: #F6687B;
}
</style>
border-color css
<style>
span { border-color: #F6687B; }
span { border-color: rgb(246,104,123); }
td.TdClassName
{
border-color: #F6687B;
}
.TagClassName
{
border-color: #F6687B;
}
</style>