Shades of Brink Pink #F6688C
Tints of Brink Pink #F6688C
RGB
CMYK
RGB Variations
Color information
#F6688C (or 0xF6688C) is known color: Brink Pink. HEX triplet: F6, 68 and 8C. RGB value is (246,104,140). Sum of RGB (Red+Green+Blue) = 246+104+140=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F6688C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6688C is #099773. Grayscale: #969696. Windows color (decimal): -628596 or 9201910. OLE color: 9201910.
HSL color Cylindrical-coordinate representation of color #F6688C: hue angle of 344.79º 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 #F6688C is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 104 | 140 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.04 |
| HSL | 344.79º | 0.89% | 0.69% | - |
| HSV(B) | 344.79º | 0.58% | 0.96% | - |
| XYZ | 47.69 | 31.39 | 28.36 | - |
| YUV | 150.56 | 122.04 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 104 | 140 | 0 | 0.58 | 0.43 | 0.04 | 344.79 | 0.89 | 0.69 |
| Hex | F6 | 68 | 8C | 0 | 3A | 2B | 4 | 159 | 59 | 45 |
| Octal | 366 | 150 | 214 | 0 | 72 | 53 | 4 | 531 | 131 | 105 |
| Binary | 11110110 | 1101000 | 10001100 | 0 | 111010 | 101011 | 100 | 101011001 | 1011001 | 1000101 |
Color Harmonies of #F6688C
Complementary color
Monochromatic Colors of #F6688C
Black with #F6688C
Text Example
Text Example
White with #F6688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6688C; }
p { color: rgb(246,104,140); }
H1.HeaderClassName
{
color: #F6688C;
}
.AnyTagClassName
{
color: #F6688C;
}
</style>
background-color css
<style>
a { background-color: #F6688C; }
a { background-color: rgb(246,104,140); }
div.DivClassName
{
background-color: #F6688C;
}
.BgClassName
{
background-color: #F6688C;
}
</style>
border-color css
<style>
span { border-color: #F6688C; }
span { border-color: rgb(246,104,140); }
td.TdClassName
{
border-color: #F6688C;
}
.TagClassName
{
border-color: #F6688C;
}
</style>