Shades of Brink Pink #F9707F
Tints of Brink Pink #F9707F
RGB
CMYK
RGB Variations
Color information
#F9707F (or 0xF9707F) is known color: Brink Pink. HEX triplet: F9, 70 and 7F. RGB value is (249,112,127). Sum of RGB (Red+Green+Blue) = 249+112+127=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F9707F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9707F is #068F80. Grayscale: #9A9A9A. Windows color (decimal): -429953 or 8351993. OLE color: 8351993.
HSL color Cylindrical-coordinate representation of color #F9707F: hue angle of 353.43º 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 #F9707F is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 112 | 127 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.02 |
| HSL | 353.43º | 0.92% | 0.71% | - |
| HSV(B) | 353.43º | 0.55% | 0.98% | - |
| XYZ | 48.69 | 33.26 | 23.93 | - |
| YUV | 154.67 | 112.39 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 112 | 127 | 0 | 0.55 | 0.49 | 0.02 | 353.43 | 0.92 | 0.71 |
| Hex | F9 | 70 | 7F | 0 | 37 | 31 | 2 | 161 | 5C | 47 |
| Octal | 371 | 160 | 177 | 0 | 67 | 61 | 2 | 541 | 134 | 107 |
| Binary | 11111001 | 1110000 | 1111111 | 0 | 110111 | 110001 | 10 | 101100001 | 1011100 | 1000111 |
Color Harmonies of #F9707F
Complementary color
Monochromatic Colors of #F9707F
Black with #F9707F
Text Example
Text Example
White with #F9707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9707F; }
p { color: rgb(249,112,127); }
H1.HeaderClassName
{
color: #F9707F;
}
.AnyTagClassName
{
color: #F9707F;
}
</style>
background-color css
<style>
a { background-color: #F9707F; }
a { background-color: rgb(249,112,127); }
div.DivClassName
{
background-color: #F9707F;
}
.BgClassName
{
background-color: #F9707F;
}
</style>
border-color css
<style>
span { border-color: #F9707F; }
span { border-color: rgb(249,112,127); }
td.TdClassName
{
border-color: #F9707F;
}
.TagClassName
{
border-color: #F9707F;
}
</style>