Shades of Brink Pink #F9688D
Tints of Brink Pink #F9688D
RGB
CMYK
RGB Variations
Color information
#F9688D (or 0xF9688D) is known color: Brink Pink. HEX triplet: F9, 68 and 8D. RGB value is (249,104,141). Sum of RGB (Red+Green+Blue) = 249+104+141=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F9688D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9688D is #069772. Grayscale: #979797. Windows color (decimal): -431987 or 9267449. OLE color: 9267449.
HSL color Cylindrical-coordinate representation of color #F9688D: hue angle of 344.69º 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 #F9688D is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 141 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.02 |
| HSL | 344.69º | 0.92% | 0.69% | - |
| HSV(B) | 344.69º | 0.58% | 0.98% | - |
| XYZ | 48.82 | 31.96 | 28.8 | - |
| YUV | 151.57 | 122.04 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 141 | 0 | 0.58 | 0.43 | 0.02 | 344.69 | 0.92 | 0.69 |
| Hex | F9 | 68 | 8D | 0 | 3A | 2B | 2 | 159 | 5C | 45 |
| Octal | 371 | 150 | 215 | 0 | 72 | 53 | 2 | 531 | 134 | 105 |
| Binary | 11111001 | 1101000 | 10001101 | 0 | 111010 | 101011 | 10 | 101011001 | 1011100 | 1000101 |
Color Harmonies of #F9688D
Complementary color
Monochromatic Colors of #F9688D
Black with #F9688D
Text Example
Text Example
White with #F9688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9688D; }
p { color: rgb(249,104,141); }
H1.HeaderClassName
{
color: #F9688D;
}
.AnyTagClassName
{
color: #F9688D;
}
</style>
background-color css
<style>
a { background-color: #F9688D; }
a { background-color: rgb(249,104,141); }
div.DivClassName
{
background-color: #F9688D;
}
.BgClassName
{
background-color: #F9688D;
}
</style>
border-color css
<style>
span { border-color: #F9688D; }
span { border-color: rgb(249,104,141); }
td.TdClassName
{
border-color: #F9688D;
}
.TagClassName
{
border-color: #F9688D;
}
</style>