Shades of Brink Pink #F1687B
Tints of Brink Pink #F1687B
RGB
CMYK
RGB Variations
Color information
#F1687B (or 0xF1687B) is known color: Brink Pink. HEX triplet: F1, 68 and 7B. RGB value is (241,104,123). Sum of RGB (Red+Green+Blue) = 241+104+123=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F1687B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1687B is #0E9784. Grayscale: #939393. Windows color (decimal): -956293 or 8087793. OLE color: 8087793.
HSL color Cylindrical-coordinate representation of color #F1687B: hue angle of 351.68º 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 #F1687B is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 123 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.05 |
| HSL | 351.68º | 0.83% | 0.68% | - |
| HSV(B) | 351.68º | 0.57% | 0.95% | - |
| XYZ | 44.8 | 30.03 | 22.17 | - |
| YUV | 147.13 | 114.39 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 123 | 0 | 0.57 | 0.49 | 0.05 | 351.68 | 0.83 | 0.68 |
| Hex | F1 | 68 | 7B | 0 | 39 | 31 | 5 | 160 | 53 | 44 |
| Octal | 361 | 150 | 173 | 0 | 71 | 61 | 5 | 540 | 123 | 104 |
| Binary | 11110001 | 1101000 | 1111011 | 0 | 111001 | 110001 | 101 | 101100000 | 1010011 | 1000100 |
Color Harmonies of #F1687B
Complementary color
Monochromatic Colors of #F1687B
Black with #F1687B
Text Example
Text Example
White with #F1687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1687B; }
p { color: rgb(241,104,123); }
H1.HeaderClassName
{
color: #F1687B;
}
.AnyTagClassName
{
color: #F1687B;
}
</style>
background-color css
<style>
a { background-color: #F1687B; }
a { background-color: rgb(241,104,123); }
div.DivClassName
{
background-color: #F1687B;
}
.BgClassName
{
background-color: #F1687B;
}
</style>
border-color css
<style>
span { border-color: #F1687B; }
span { border-color: rgb(241,104,123); }
td.TdClassName
{
border-color: #F1687B;
}
.TagClassName
{
border-color: #F1687B;
}
</style>