Shades of Brink Pink #F9688A
Tints of Brink Pink #F9688A
RGB
CMYK
RGB Variations
Color information
#F9688A (or 0xF9688A) is known color: Brink Pink. HEX triplet: F9, 68 and 8A. RGB value is (249,104,138). Sum of RGB (Red+Green+Blue) = 249+104+138=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F9688A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9688A is #069775. Grayscale: #979797. Windows color (decimal): -431990 or 9070841. OLE color: 9070841.
HSL color Cylindrical-coordinate representation of color #F9688A: hue angle of 345.93º 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 #F9688A is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 138 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.02 |
| HSL | 345.93º | 0.92% | 0.69% | - |
| HSV(B) | 345.93º | 0.58% | 0.98% | - |
| XYZ | 48.6 | 31.88 | 27.64 | - |
| YUV | 151.23 | 120.54 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 138 | 0 | 0.58 | 0.45 | 0.02 | 345.93 | 0.92 | 0.69 |
| Hex | F9 | 68 | 8A | 0 | 3A | 2D | 2 | 15A | 5C | 45 |
| Octal | 371 | 150 | 212 | 0 | 72 | 55 | 2 | 532 | 134 | 105 |
| Binary | 11111001 | 1101000 | 10001010 | 0 | 111010 | 101101 | 10 | 101011010 | 1011100 | 1000101 |
Color Harmonies of #F9688A
Complementary color
Monochromatic Colors of #F9688A
Black with #F9688A
Text Example
Text Example
White with #F9688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9688A; }
p { color: rgb(249,104,138); }
H1.HeaderClassName
{
color: #F9688A;
}
.AnyTagClassName
{
color: #F9688A;
}
</style>
background-color css
<style>
a { background-color: #F9688A; }
a { background-color: rgb(249,104,138); }
div.DivClassName
{
background-color: #F9688A;
}
.BgClassName
{
background-color: #F9688A;
}
</style>
border-color css
<style>
span { border-color: #F9688A; }
span { border-color: rgb(249,104,138); }
td.TdClassName
{
border-color: #F9688A;
}
.TagClassName
{
border-color: #F9688A;
}
</style>