Shades of Brink Pink #F9687F
Tints of Brink Pink #F9687F
RGB
CMYK
RGB Variations
Color information
#F9687F (or 0xF9687F) is known color: Brink Pink. HEX triplet: F9, 68 and 7F. RGB value is (249,104,127). Sum of RGB (Red+Green+Blue) = 249+104+127=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F9687F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9687F is #069780. Grayscale: #969696. Windows color (decimal): -432001 or 8349945. OLE color: 8349945.
HSL color Cylindrical-coordinate representation of color #F9687F: hue angle of 350.48º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F9687F is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 127 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.02 |
| HSL | 350.48º | 0.92% | 0.69% | - |
| HSV(B) | 350.48º | 0.58% | 0.98% | - |
| XYZ | 47.85 | 31.57 | 23.65 | - |
| YUV | 149.98 | 115.04 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 127 | 0 | 0.58 | 0.49 | 0.02 | 350.48 | 0.92 | 0.69 |
| Hex | F9 | 68 | 7F | 0 | 3A | 31 | 2 | 15E | 5C | 45 |
| Octal | 371 | 150 | 177 | 0 | 72 | 61 | 2 | 536 | 134 | 105 |
| Binary | 11111001 | 1101000 | 1111111 | 0 | 111010 | 110001 | 10 | 101011110 | 1011100 | 1000101 |
Color Harmonies of #F9687F
Complementary color
Monochromatic Colors of #F9687F
Black with #F9687F
Text Example
Text Example
White with #F9687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9687F; }
p { color: rgb(249,104,127); }
H1.HeaderClassName
{
color: #F9687F;
}
.AnyTagClassName
{
color: #F9687F;
}
</style>
background-color css
<style>
a { background-color: #F9687F; }
a { background-color: rgb(249,104,127); }
div.DivClassName
{
background-color: #F9687F;
}
.BgClassName
{
background-color: #F9687F;
}
</style>
border-color css
<style>
span { border-color: #F9687F; }
span { border-color: rgb(249,104,127); }
td.TdClassName
{
border-color: #F9687F;
}
.TagClassName
{
border-color: #F9687F;
}
</style>