Shades of Brink Pink #F7688C
Tints of Brink Pink #F7688C
RGB
CMYK
RGB Variations
Color information
#F7688C (or 0xF7688C) is known color: Brink Pink. HEX triplet: F7, 68 and 8C. RGB value is (247,104,140). Sum of RGB (Red+Green+Blue) = 247+104+140=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F7688C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7688C is #089773. Grayscale: #969696. Windows color (decimal): -563060 or 9201911. OLE color: 9201911.
HSL color Cylindrical-coordinate representation of color #F7688C: hue angle of 344.9º 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 #F7688C is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 104 | 140 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.03 |
| HSL | 344.9º | 0.9% | 0.69% | - |
| HSV(B) | 344.9º | 0.58% | 0.97% | - |
| XYZ | 48.04 | 31.57 | 28.37 | - |
| YUV | 150.86 | 121.88 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 140 | 0 | 0.58 | 0.43 | 0.03 | 344.9 | 0.9 | 0.69 |
| Hex | F7 | 68 | 8C | 0 | 3A | 2B | 3 | 159 | 5A | 45 |
| Octal | 367 | 150 | 214 | 0 | 72 | 53 | 3 | 531 | 132 | 105 |
| Binary | 11110111 | 1101000 | 10001100 | 0 | 111010 | 101011 | 11 | 101011001 | 1011010 | 1000101 |
Color Harmonies of #F7688C
Complementary color
Monochromatic Colors of #F7688C
Black with #F7688C
Text Example
Text Example
White with #F7688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7688C; }
p { color: rgb(247,104,140); }
H1.HeaderClassName
{
color: #F7688C;
}
.AnyTagClassName
{
color: #F7688C;
}
</style>
background-color css
<style>
a { background-color: #F7688C; }
a { background-color: rgb(247,104,140); }
div.DivClassName
{
background-color: #F7688C;
}
.BgClassName
{
background-color: #F7688C;
}
</style>
border-color css
<style>
span { border-color: #F7688C; }
span { border-color: rgb(247,104,140); }
td.TdClassName
{
border-color: #F7688C;
}
.TagClassName
{
border-color: #F7688C;
}
</style>