Shades of Brink Pink #F7698D
Tints of Brink Pink #F7698D
RGB
CMYK
RGB Variations
Color information
#F7698D (or 0xF7698D) is known color: Brink Pink. HEX triplet: F7, 69 and 8D. RGB value is (247,105,141). Sum of RGB (Red+Green+Blue) = 247+105+141=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F7698D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7698D is #089672. Grayscale: #979797. Windows color (decimal): -562803 or 9267703. OLE color: 9267703.
HSL color Cylindrical-coordinate representation of color #F7698D: hue angle of 344.79º 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 #F7698D is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 105 | 141 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.03 |
| HSL | 344.79º | 0.9% | 0.69% | - |
| HSV(B) | 344.79º | 0.57% | 0.97% | - |
| XYZ | 48.22 | 31.8 | 28.8 | - |
| YUV | 151.56 | 122.04 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 105 | 141 | 0 | 0.57 | 0.43 | 0.03 | 344.79 | 0.9 | 0.69 |
| Hex | F7 | 69 | 8D | 0 | 39 | 2B | 3 | 159 | 5A | 45 |
| Octal | 367 | 151 | 215 | 0 | 71 | 53 | 3 | 531 | 132 | 105 |
| Binary | 11110111 | 1101001 | 10001101 | 0 | 111001 | 101011 | 11 | 101011001 | 1011010 | 1000101 |
Color Harmonies of #F7698D
Complementary color
Monochromatic Colors of #F7698D
Black with #F7698D
Text Example
Text Example
White with #F7698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7698D; }
p { color: rgb(247,105,141); }
H1.HeaderClassName
{
color: #F7698D;
}
.AnyTagClassName
{
color: #F7698D;
}
</style>
background-color css
<style>
a { background-color: #F7698D; }
a { background-color: rgb(247,105,141); }
div.DivClassName
{
background-color: #F7698D;
}
.BgClassName
{
background-color: #F7698D;
}
</style>
border-color css
<style>
span { border-color: #F7698D; }
span { border-color: rgb(247,105,141); }
td.TdClassName
{
border-color: #F7698D;
}
.TagClassName
{
border-color: #F7698D;
}
</style>