Shades of Brink Pink #F9687C
Tints of Brink Pink #F9687C
RGB
CMYK
RGB Variations
Color information
#F9687C (or 0xF9687C) is known color: Brink Pink. HEX triplet: F9, 68 and 7C. RGB value is (249,104,124). Sum of RGB (Red+Green+Blue) = 249+104+124=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F9687C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9687C is #069783. Grayscale: #959595. Windows color (decimal): -432004 or 8153337. OLE color: 8153337.
HSL color Cylindrical-coordinate representation of color #F9687C: hue angle of 351.72º 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 #F9687C is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 124 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.02 |
| HSL | 351.72º | 0.92% | 0.69% | - |
| HSV(B) | 351.72º | 0.58% | 0.98% | - |
| XYZ | 47.66 | 31.5 | 22.64 | - |
| YUV | 149.64 | 113.54 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 124 | 0 | 0.58 | 0.50 | 0.02 | 351.72 | 0.92 | 0.69 |
| Hex | F9 | 68 | 7C | 0 | 3A | 32 | 2 | 160 | 5C | 45 |
| Octal | 371 | 150 | 174 | 0 | 72 | 62 | 2 | 540 | 134 | 105 |
| Binary | 11111001 | 1101000 | 1111100 | 0 | 111010 | 110010 | 10 | 101100000 | 1011100 | 1000101 |
Color Harmonies of #F9687C
Complementary color
Monochromatic Colors of #F9687C
Black with #F9687C
Text Example
Text Example
White with #F9687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9687C; }
p { color: rgb(249,104,124); }
H1.HeaderClassName
{
color: #F9687C;
}
.AnyTagClassName
{
color: #F9687C;
}
</style>
background-color css
<style>
a { background-color: #F9687C; }
a { background-color: rgb(249,104,124); }
div.DivClassName
{
background-color: #F9687C;
}
.BgClassName
{
background-color: #F9687C;
}
</style>
border-color css
<style>
span { border-color: #F9687C; }
span { border-color: rgb(249,104,124); }
td.TdClassName
{
border-color: #F9687C;
}
.TagClassName
{
border-color: #F9687C;
}
</style>