Shades of Brink Pink #F6697B
Tints of Brink Pink #F6697B
RGB
CMYK
RGB Variations
Color information
#F6697B (or 0xF6697B) is known color: Brink Pink. HEX triplet: F6, 69 and 7B. RGB value is (246,105,123). Sum of RGB (Red+Green+Blue) = 246+105+123=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F6697B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6697B is #099684. Grayscale: #959595. Windows color (decimal): -628357 or 8088054. OLE color: 8088054.
HSL color Cylindrical-coordinate representation of color #F6697B: hue angle of 352.34º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F6697B is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 105 | 123 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.04 |
| HSL | 352.34º | 0.89% | 0.69% | - |
| HSV(B) | 352.34º | 0.57% | 0.96% | - |
| XYZ | 46.63 | 31.13 | 22.29 | - |
| YUV | 149.21 | 113.21 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 105 | 123 | 0 | 0.57 | 0.50 | 0.04 | 352.34 | 0.89 | 0.69 |
| Hex | F6 | 69 | 7B | 0 | 39 | 32 | 4 | 160 | 59 | 45 |
| Octal | 366 | 151 | 173 | 0 | 71 | 62 | 4 | 540 | 131 | 105 |
| Binary | 11110110 | 1101001 | 1111011 | 0 | 111001 | 110010 | 100 | 101100000 | 1011001 | 1000101 |
Color Harmonies of #F6697B
Complementary color
Monochromatic Colors of #F6697B
Black with #F6697B
Text Example
Text Example
White with #F6697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6697B; }
p { color: rgb(246,105,123); }
H1.HeaderClassName
{
color: #F6697B;
}
.AnyTagClassName
{
color: #F6697B;
}
</style>
background-color css
<style>
a { background-color: #F6697B; }
a { background-color: rgb(246,105,123); }
div.DivClassName
{
background-color: #F6697B;
}
.BgClassName
{
background-color: #F6697B;
}
</style>
border-color css
<style>
span { border-color: #F6697B; }
span { border-color: rgb(246,105,123); }
td.TdClassName
{
border-color: #F6697B;
}
.TagClassName
{
border-color: #F6697B;
}
</style>