Shades of Brink Pink #FF687B
Tints of Brink Pink #FF687B
RGB
CMYK
RGB Variations
Color information
#FF687B (or 0xFF687B) is known color: Brink Pink. HEX triplet: FF, 68 and 7B. RGB value is (255,104,123). Sum of RGB (Red+Green+Blue) = 255+104+123=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF687B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF687B is #009784. Grayscale: #979797. Windows color (decimal): -38789 or 8087807. OLE color: 8087807.
HSL color Cylindrical-coordinate representation of color #FF687B: hue angle of 352.45º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF687B is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 123 | - |
| CMYK | 0 | 0.59 | 0.52 | 0 |
| HSL | 352.45º | 1% | 0.7% | - |
| HSV(B) | 352.45º | 0.59% | 1% | - |
| XYZ | 49.77 | 32.59 | 22.41 | - |
| YUV | 151.32 | 112.03 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 123 | 0 | 0.59 | 0.52 | 0 | 352.45 | 1 | 0.7 |
| Hex | FF | 68 | 7B | 0 | 3B | 34 | 0 | 160 | 64 | 46 |
| Octal | 377 | 150 | 173 | 0 | 73 | 64 | 0 | 540 | 144 | 106 |
| Binary | 11111111 | 1101000 | 1111011 | 0 | 111011 | 110100 | 0 | 101100000 | 1100100 | 1000110 |
Color Harmonies of #FF687B
Complementary color
Monochromatic Colors of #FF687B
Black with #FF687B
Text Example
Text Example
White with #FF687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF687B; }
p { color: rgb(255,104,123); }
H1.HeaderClassName
{
color: #FF687B;
}
.AnyTagClassName
{
color: #FF687B;
}
</style>
background-color css
<style>
a { background-color: #FF687B; }
a { background-color: rgb(255,104,123); }
div.DivClassName
{
background-color: #FF687B;
}
.BgClassName
{
background-color: #FF687B;
}
</style>
border-color css
<style>
span { border-color: #FF687B; }
span { border-color: rgb(255,104,123); }
td.TdClassName
{
border-color: #FF687B;
}
.TagClassName
{
border-color: #FF687B;
}
</style>