Shades of Brink Pink #F1687F
Tints of Brink Pink #F1687F
RGB
CMYK
RGB Variations
Color information
#F1687F (or 0xF1687F) is known color: Brink Pink. HEX triplet: F1, 68 and 7F. RGB value is (241,104,127). Sum of RGB (Red+Green+Blue) = 241+104+127=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F1687F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1687F is #0E9780. Grayscale: #939393. Windows color (decimal): -956289 or 8349937. OLE color: 8349937.
HSL color Cylindrical-coordinate representation of color #F1687F: hue angle of 349.93º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F1687F is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 127 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.05 |
| HSL | 349.93º | 0.83% | 0.68% | - |
| HSV(B) | 349.93º | 0.57% | 0.95% | - |
| XYZ | 45.06 | 30.13 | 23.52 | - |
| YUV | 147.59 | 116.39 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 127 | 0 | 0.57 | 0.47 | 0.05 | 349.93 | 0.83 | 0.68 |
| Hex | F1 | 68 | 7F | 0 | 39 | 2F | 5 | 15E | 53 | 44 |
| Octal | 361 | 150 | 177 | 0 | 71 | 57 | 5 | 536 | 123 | 104 |
| Binary | 11110001 | 1101000 | 1111111 | 0 | 111001 | 101111 | 101 | 101011110 | 1010011 | 1000100 |
Color Harmonies of #F1687F
Complementary color
Monochromatic Colors of #F1687F
Black with #F1687F
Text Example
Text Example
White with #F1687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1687F; }
p { color: rgb(241,104,127); }
H1.HeaderClassName
{
color: #F1687F;
}
.AnyTagClassName
{
color: #F1687F;
}
</style>
background-color css
<style>
a { background-color: #F1687F; }
a { background-color: rgb(241,104,127); }
div.DivClassName
{
background-color: #F1687F;
}
.BgClassName
{
background-color: #F1687F;
}
</style>
border-color css
<style>
span { border-color: #F1687F; }
span { border-color: rgb(241,104,127); }
td.TdClassName
{
border-color: #F1687F;
}
.TagClassName
{
border-color: #F1687F;
}
</style>