Shades of Brink Pink #F6688E
Tints of Brink Pink #F6688E
RGB
CMYK
RGB Variations
Color information
#F6688E (or 0xF6688E) is known color: Brink Pink. HEX triplet: F6, 68 and 8E. RGB value is (246,104,142). Sum of RGB (Red+Green+Blue) = 246+104+142=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F6688E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6688E is #099771. Grayscale: #969696. Windows color (decimal): -628594 or 9332982. OLE color: 9332982.
HSL color Cylindrical-coordinate representation of color #F6688E: hue angle of 343.94º 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 #F6688E is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 104 | 142 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.04 |
| HSL | 343.94º | 0.89% | 0.69% | - |
| HSV(B) | 343.94º | 0.58% | 0.96% | - |
| XYZ | 47.84 | 31.45 | 29.14 | - |
| YUV | 150.79 | 123.04 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 104 | 142 | 0 | 0.58 | 0.42 | 0.04 | 343.94 | 0.89 | 0.69 |
| Hex | F6 | 68 | 8E | 0 | 3A | 2A | 4 | 158 | 59 | 45 |
| Octal | 366 | 150 | 216 | 0 | 72 | 52 | 4 | 530 | 131 | 105 |
| Binary | 11110110 | 1101000 | 10001110 | 0 | 111010 | 101010 | 100 | 101011000 | 1011001 | 1000101 |
Color Harmonies of #F6688E
Complementary color
Monochromatic Colors of #F6688E
Black with #F6688E
Text Example
Text Example
White with #F6688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6688E; }
p { color: rgb(246,104,142); }
H1.HeaderClassName
{
color: #F6688E;
}
.AnyTagClassName
{
color: #F6688E;
}
</style>
background-color css
<style>
a { background-color: #F6688E; }
a { background-color: rgb(246,104,142); }
div.DivClassName
{
background-color: #F6688E;
}
.BgClassName
{
background-color: #F6688E;
}
</style>
border-color css
<style>
span { border-color: #F6688E; }
span { border-color: rgb(246,104,142); }
td.TdClassName
{
border-color: #F6688E;
}
.TagClassName
{
border-color: #F6688E;
}
</style>