Shades of Brink Pink #F9687D
Tints of Brink Pink #F9687D
RGB
CMYK
RGB Variations
Color information
#F9687D (or 0xF9687D) is known color: Brink Pink. HEX triplet: F9, 68 and 7D. RGB value is (249,104,125). Sum of RGB (Red+Green+Blue) = 249+104+125=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F9687D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9687D is #069782. Grayscale: #959595. Windows color (decimal): -432003 or 8218873. OLE color: 8218873.
HSL color Cylindrical-coordinate representation of color #F9687D: hue angle of 351.31º 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 #F9687D is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 125 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.02 |
| HSL | 351.31º | 0.92% | 0.69% | - |
| HSV(B) | 351.31º | 0.58% | 0.98% | - |
| XYZ | 47.72 | 31.52 | 22.97 | - |
| YUV | 149.75 | 114.04 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 125 | 0 | 0.58 | 0.50 | 0.02 | 351.31 | 0.92 | 0.69 |
| Hex | F9 | 68 | 7D | 0 | 3A | 32 | 2 | 15F | 5C | 45 |
| Octal | 371 | 150 | 175 | 0 | 72 | 62 | 2 | 537 | 134 | 105 |
| Binary | 11111001 | 1101000 | 1111101 | 0 | 111010 | 110010 | 10 | 101011111 | 1011100 | 1000101 |
Color Harmonies of #F9687D
Complementary color
Monochromatic Colors of #F9687D
Black with #F9687D
Text Example
Text Example
White with #F9687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9687D; }
p { color: rgb(249,104,125); }
H1.HeaderClassName
{
color: #F9687D;
}
.AnyTagClassName
{
color: #F9687D;
}
</style>
background-color css
<style>
a { background-color: #F9687D; }
a { background-color: rgb(249,104,125); }
div.DivClassName
{
background-color: #F9687D;
}
.BgClassName
{
background-color: #F9687D;
}
</style>
border-color css
<style>
span { border-color: #F9687D; }
span { border-color: rgb(249,104,125); }
td.TdClassName
{
border-color: #F9687D;
}
.TagClassName
{
border-color: #F9687D;
}
</style>