Shades of Brink Pink #F9687A
Tints of Brink Pink #F9687A
RGB
CMYK
RGB Variations
Color information
#F9687A (or 0xF9687A) is known color: Brink Pink. HEX triplet: F9, 68 and 7A. RGB value is (249,104,122). Sum of RGB (Red+Green+Blue) = 249+104+122=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F9687A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9687A is #069785. Grayscale: #959595. Windows color (decimal): -432006 or 8022265. OLE color: 8022265.
HSL color Cylindrical-coordinate representation of color #F9687A: hue angle of 352.55º 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 #F9687A is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 122 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.02 |
| HSL | 352.55º | 0.92% | 0.69% | - |
| HSV(B) | 352.55º | 0.58% | 0.98% | - |
| XYZ | 47.53 | 31.45 | 21.98 | - |
| YUV | 149.41 | 112.54 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 122 | 0 | 0.58 | 0.51 | 0.02 | 352.55 | 0.92 | 0.69 |
| Hex | F9 | 68 | 7A | 0 | 3A | 33 | 2 | 161 | 5C | 45 |
| Octal | 371 | 150 | 172 | 0 | 72 | 63 | 2 | 541 | 134 | 105 |
| Binary | 11111001 | 1101000 | 1111010 | 0 | 111010 | 110011 | 10 | 101100001 | 1011100 | 1000101 |
Color Harmonies of #F9687A
Complementary color
Monochromatic Colors of #F9687A
Black with #F9687A
Text Example
Text Example
White with #F9687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9687A; }
p { color: rgb(249,104,122); }
H1.HeaderClassName
{
color: #F9687A;
}
.AnyTagClassName
{
color: #F9687A;
}
</style>
background-color css
<style>
a { background-color: #F9687A; }
a { background-color: rgb(249,104,122); }
div.DivClassName
{
background-color: #F9687A;
}
.BgClassName
{
background-color: #F9687A;
}
</style>
border-color css
<style>
span { border-color: #F9687A; }
span { border-color: rgb(249,104,122); }
td.TdClassName
{
border-color: #F9687A;
}
.TagClassName
{
border-color: #F9687A;
}
</style>