Shades of Brink Pink #F9708A
Tints of Brink Pink #F9708A
RGB
CMYK
RGB Variations
Color information
#F9708A (or 0xF9708A) is known color: Brink Pink. HEX triplet: F9, 70 and 8A. RGB value is (249,112,138). Sum of RGB (Red+Green+Blue) = 249+112+138=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F9708A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9708A is #068F75. Grayscale: #9B9B9B. Windows color (decimal): -429942 or 9072889. OLE color: 9072889.
HSL color Cylindrical-coordinate representation of color #F9708A: hue angle of 348.61º 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 #F9708A is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 112 | 138 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.02 |
| HSL | 348.61º | 0.92% | 0.71% | - |
| HSV(B) | 348.61º | 0.55% | 0.98% | - |
| XYZ | 49.45 | 33.56 | 27.92 | - |
| YUV | 155.93 | 117.89 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 112 | 138 | 0 | 0.55 | 0.45 | 0.02 | 348.61 | 0.92 | 0.71 |
| Hex | F9 | 70 | 8A | 0 | 37 | 2D | 2 | 15D | 5C | 47 |
| Octal | 371 | 160 | 212 | 0 | 67 | 55 | 2 | 535 | 134 | 107 |
| Binary | 11111001 | 1110000 | 10001010 | 0 | 110111 | 101101 | 10 | 101011101 | 1011100 | 1000111 |
Color Harmonies of #F9708A
Complementary color
Monochromatic Colors of #F9708A
Black with #F9708A
Text Example
Text Example
White with #F9708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9708A; }
p { color: rgb(249,112,138); }
H1.HeaderClassName
{
color: #F9708A;
}
.AnyTagClassName
{
color: #F9708A;
}
</style>
background-color css
<style>
a { background-color: #F9708A; }
a { background-color: rgb(249,112,138); }
div.DivClassName
{
background-color: #F9708A;
}
.BgClassName
{
background-color: #F9708A;
}
</style>
border-color css
<style>
span { border-color: #F9708A; }
span { border-color: rgb(249,112,138); }
td.TdClassName
{
border-color: #F9708A;
}
.TagClassName
{
border-color: #F9708A;
}
</style>