Shades of Brink Pink #F9708D
Tints of Brink Pink #F9708D
RGB
CMYK
RGB Variations
Color information
#F9708D (or 0xF9708D) is known color: Brink Pink. HEX triplet: F9, 70 and 8D. RGB value is (249,112,141). Sum of RGB (Red+Green+Blue) = 249+112+141=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F9708D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9708D is #068F72. Grayscale: #9C9C9C. Windows color (decimal): -429939 or 9269497. OLE color: 9269497.
HSL color Cylindrical-coordinate representation of color #F9708D: hue angle of 347.3º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F9708D is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 112 | 141 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.02 |
| HSL | 347.3º | 0.92% | 0.71% | - |
| HSV(B) | 347.3º | 0.55% | 0.98% | - |
| XYZ | 49.67 | 33.65 | 29.08 | - |
| YUV | 156.27 | 119.39 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 112 | 141 | 0 | 0.55 | 0.43 | 0.02 | 347.3 | 0.92 | 0.71 |
| Hex | F9 | 70 | 8D | 0 | 37 | 2B | 2 | 15B | 5C | 47 |
| Octal | 371 | 160 | 215 | 0 | 67 | 53 | 2 | 533 | 134 | 107 |
| Binary | 11111001 | 1110000 | 10001101 | 0 | 110111 | 101011 | 10 | 101011011 | 1011100 | 1000111 |
Color Harmonies of #F9708D
Complementary color
Monochromatic Colors of #F9708D
Black with #F9708D
Text Example
Text Example
White with #F9708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9708D; }
p { color: rgb(249,112,141); }
H1.HeaderClassName
{
color: #F9708D;
}
.AnyTagClassName
{
color: #F9708D;
}
</style>
background-color css
<style>
a { background-color: #F9708D; }
a { background-color: rgb(249,112,141); }
div.DivClassName
{
background-color: #F9708D;
}
.BgClassName
{
background-color: #F9708D;
}
</style>
border-color css
<style>
span { border-color: #F9708D; }
span { border-color: rgb(249,112,141); }
td.TdClassName
{
border-color: #F9708D;
}
.TagClassName
{
border-color: #F9708D;
}
</style>