Shades of Brink Pink #F7687F
Tints of Brink Pink #F7687F
RGB
CMYK
RGB Variations
Color information
#F7687F (or 0xF7687F) is known color: Brink Pink. HEX triplet: F7, 68 and 7F. RGB value is (247,104,127). Sum of RGB (Red+Green+Blue) = 247+104+127=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F7687F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7687F is #089780. Grayscale: #959595. Windows color (decimal): -563073 or 8349943. OLE color: 8349943.
HSL color Cylindrical-coordinate representation of color #F7687F: hue angle of 350.35º 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 #F7687F is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 104 | 127 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.03 |
| HSL | 350.35º | 0.9% | 0.69% | - |
| HSV(B) | 350.35º | 0.58% | 0.97% | - |
| XYZ | 47.14 | 31.21 | 23.62 | - |
| YUV | 149.38 | 115.38 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 127 | 0 | 0.58 | 0.49 | 0.03 | 350.35 | 0.9 | 0.69 |
| Hex | F7 | 68 | 7F | 0 | 3A | 31 | 3 | 15E | 5A | 45 |
| Octal | 367 | 150 | 177 | 0 | 72 | 61 | 3 | 536 | 132 | 105 |
| Binary | 11110111 | 1101000 | 1111111 | 0 | 111010 | 110001 | 11 | 101011110 | 1011010 | 1000101 |
Color Harmonies of #F7687F
Complementary color
Monochromatic Colors of #F7687F
Black with #F7687F
Text Example
Text Example
White with #F7687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7687F; }
p { color: rgb(247,104,127); }
H1.HeaderClassName
{
color: #F7687F;
}
.AnyTagClassName
{
color: #F7687F;
}
</style>
background-color css
<style>
a { background-color: #F7687F; }
a { background-color: rgb(247,104,127); }
div.DivClassName
{
background-color: #F7687F;
}
.BgClassName
{
background-color: #F7687F;
}
</style>
border-color css
<style>
span { border-color: #F7687F; }
span { border-color: rgb(247,104,127); }
td.TdClassName
{
border-color: #F7687F;
}
.TagClassName
{
border-color: #F7687F;
}
</style>