Shades of Brink Pink #F7688F
Tints of Brink Pink #F7688F
RGB
CMYK
RGB Variations
Color information
#F7688F (or 0xF7688F) is known color: Brink Pink. HEX triplet: F7, 68 and 8F. RGB value is (247,104,143). Sum of RGB (Red+Green+Blue) = 247+104+143=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F7688F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7688F is #089770. Grayscale: #979797. Windows color (decimal): -563057 or 9398519. OLE color: 9398519.
HSL color Cylindrical-coordinate representation of color #F7688F: hue angle of 343.64º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F7688F is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 104 | 143 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.03 |
| HSL | 343.64º | 0.9% | 0.69% | - |
| HSV(B) | 343.64º | 0.58% | 0.97% | - |
| XYZ | 48.27 | 31.66 | 29.55 | - |
| YUV | 151.2 | 123.38 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 143 | 0 | 0.58 | 0.42 | 0.03 | 343.64 | 0.9 | 0.69 |
| Hex | F7 | 68 | 8F | 0 | 3A | 2A | 3 | 158 | 5A | 45 |
| Octal | 367 | 150 | 217 | 0 | 72 | 52 | 3 | 530 | 132 | 105 |
| Binary | 11110111 | 1101000 | 10001111 | 0 | 111010 | 101010 | 11 | 101011000 | 1011010 | 1000101 |
Color Harmonies of #F7688F
Complementary color
Monochromatic Colors of #F7688F
Black with #F7688F
Text Example
Text Example
White with #F7688F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7688F; }
p { color: rgb(247,104,143); }
H1.HeaderClassName
{
color: #F7688F;
}
.AnyTagClassName
{
color: #F7688F;
}
</style>
background-color css
<style>
a { background-color: #F7688F; }
a { background-color: rgb(247,104,143); }
div.DivClassName
{
background-color: #F7688F;
}
.BgClassName
{
background-color: #F7688F;
}
</style>
border-color css
<style>
span { border-color: #F7688F; }
span { border-color: rgb(247,104,143); }
td.TdClassName
{
border-color: #F7688F;
}
.TagClassName
{
border-color: #F7688F;
}
</style>