Shades of Brink Pink #F6687C
Tints of Brink Pink #F6687C
RGB
CMYK
RGB Variations
Color information
#F6687C (or 0xF6687C) is known color: Brink Pink. HEX triplet: F6, 68 and 7C. RGB value is (246,104,124). Sum of RGB (Red+Green+Blue) = 246+104+124=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F6687C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6687C is #099783. Grayscale: #949494. Windows color (decimal): -628612 or 8153334. OLE color: 8153334.
HSL color Cylindrical-coordinate representation of color #F6687C: hue angle of 351.55º 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 #F6687C is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 104 | 124 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.04 |
| HSL | 351.55º | 0.89% | 0.69% | - |
| HSV(B) | 351.55º | 0.58% | 0.96% | - |
| XYZ | 46.59 | 30.95 | 22.59 | - |
| YUV | 148.74 | 114.04 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 104 | 124 | 0 | 0.58 | 0.50 | 0.04 | 351.55 | 0.89 | 0.69 |
| Hex | F6 | 68 | 7C | 0 | 3A | 32 | 4 | 160 | 59 | 45 |
| Octal | 366 | 150 | 174 | 0 | 72 | 62 | 4 | 540 | 131 | 105 |
| Binary | 11110110 | 1101000 | 1111100 | 0 | 111010 | 110010 | 100 | 101100000 | 1011001 | 1000101 |
Color Harmonies of #F6687C
Complementary color
Monochromatic Colors of #F6687C
Black with #F6687C
Text Example
Text Example
White with #F6687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6687C; }
p { color: rgb(246,104,124); }
H1.HeaderClassName
{
color: #F6687C;
}
.AnyTagClassName
{
color: #F6687C;
}
</style>
background-color css
<style>
a { background-color: #F6687C; }
a { background-color: rgb(246,104,124); }
div.DivClassName
{
background-color: #F6687C;
}
.BgClassName
{
background-color: #F6687C;
}
</style>
border-color css
<style>
span { border-color: #F6687C; }
span { border-color: rgb(246,104,124); }
td.TdClassName
{
border-color: #F6687C;
}
.TagClassName
{
border-color: #F6687C;
}
</style>