Shades of Brink Pink #FF687E
Tints of Brink Pink #FF687E
RGB
CMYK
RGB Variations
Color information
#FF687E (or 0xFF687E) is known color: Brink Pink. HEX triplet: FF, 68 and 7E. RGB value is (255,104,126). Sum of RGB (Red+Green+Blue) = 255+104+126=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF687E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF687E is #009781. Grayscale: #979797. Windows color (decimal): -38786 or 8284415. OLE color: 8284415.
HSL color Cylindrical-coordinate representation of color #FF687E: hue angle of 351.26º 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 #FF687E is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 126 | - |
| CMYK | 0 | 0.59 | 0.51 | 0 |
| HSL | 351.26º | 1% | 0.7% | - |
| HSV(B) | 351.26º | 0.59% | 1% | - |
| XYZ | 49.96 | 32.67 | 23.41 | - |
| YUV | 151.66 | 113.53 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 126 | 0 | 0.59 | 0.51 | 0 | 351.26 | 1 | 0.7 |
| Hex | FF | 68 | 7E | 0 | 3B | 33 | 0 | 15F | 64 | 46 |
| Octal | 377 | 150 | 176 | 0 | 73 | 63 | 0 | 537 | 144 | 106 |
| Binary | 11111111 | 1101000 | 1111110 | 0 | 111011 | 110011 | 0 | 101011111 | 1100100 | 1000110 |
Color Harmonies of #FF687E
Complementary color
Monochromatic Colors of #FF687E
Black with #FF687E
Text Example
Text Example
White with #FF687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF687E; }
p { color: rgb(255,104,126); }
H1.HeaderClassName
{
color: #FF687E;
}
.AnyTagClassName
{
color: #FF687E;
}
</style>
background-color css
<style>
a { background-color: #FF687E; }
a { background-color: rgb(255,104,126); }
div.DivClassName
{
background-color: #FF687E;
}
.BgClassName
{
background-color: #FF687E;
}
</style>
border-color css
<style>
span { border-color: #FF687E; }
span { border-color: rgb(255,104,126); }
td.TdClassName
{
border-color: #FF687E;
}
.TagClassName
{
border-color: #FF687E;
}
</style>