Shades of Brink Pink #F7698C
Tints of Brink Pink #F7698C
RGB
CMYK
RGB Variations
Color information
#F7698C (or 0xF7698C) is known color: Brink Pink. HEX triplet: F7, 69 and 8C. RGB value is (247,105,140). Sum of RGB (Red+Green+Blue) = 247+105+140=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F7698C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7698C is #089673. Grayscale: #979797. Windows color (decimal): -562804 or 9202167. OLE color: 9202167.
HSL color Cylindrical-coordinate representation of color #F7698C: hue angle of 345.21º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F7698C is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 105 | 140 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.03 |
| HSL | 345.21º | 0.9% | 0.69% | - |
| HSV(B) | 345.21º | 0.57% | 0.97% | - |
| XYZ | 48.14 | 31.77 | 28.41 | - |
| YUV | 151.45 | 121.54 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 105 | 140 | 0 | 0.57 | 0.43 | 0.03 | 345.21 | 0.9 | 0.69 |
| Hex | F7 | 69 | 8C | 0 | 39 | 2B | 3 | 159 | 5A | 45 |
| Octal | 367 | 151 | 214 | 0 | 71 | 53 | 3 | 531 | 132 | 105 |
| Binary | 11110111 | 1101001 | 10001100 | 0 | 111001 | 101011 | 11 | 101011001 | 1011010 | 1000101 |
Color Harmonies of #F7698C
Complementary color
Monochromatic Colors of #F7698C
Black with #F7698C
Text Example
Text Example
White with #F7698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7698C; }
p { color: rgb(247,105,140); }
H1.HeaderClassName
{
color: #F7698C;
}
.AnyTagClassName
{
color: #F7698C;
}
</style>
background-color css
<style>
a { background-color: #F7698C; }
a { background-color: rgb(247,105,140); }
div.DivClassName
{
background-color: #F7698C;
}
.BgClassName
{
background-color: #F7698C;
}
</style>
border-color css
<style>
span { border-color: #F7698C; }
span { border-color: rgb(247,105,140); }
td.TdClassName
{
border-color: #F7698C;
}
.TagClassName
{
border-color: #F7698C;
}
</style>