Shades of Brink Pink #FF687A
Tints of Brink Pink #FF687A
RGB
CMYK
RGB Variations
Color information
#FF687A (or 0xFF687A) is known color: Brink Pink. HEX triplet: FF, 68 and 7A. RGB value is (255,104,122). Sum of RGB (Red+Green+Blue) = 255+104+122=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF687A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF687A is #009785. Grayscale: #979797. Windows color (decimal): -38790 or 8022271. OLE color: 8022271.
HSL color Cylindrical-coordinate representation of color #FF687A: hue angle of 352.85º 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 #FF687A is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 122 | - |
| CMYK | 0 | 0.59 | 0.52 | 0 |
| HSL | 352.85º | 1% | 0.7% | - |
| HSV(B) | 352.85º | 0.59% | 1% | - |
| XYZ | 49.7 | 32.57 | 22.08 | - |
| YUV | 151.2 | 111.53 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 122 | 0 | 0.59 | 0.52 | 0 | 352.85 | 1 | 0.7 |
| Hex | FF | 68 | 7A | 0 | 3B | 34 | 0 | 161 | 64 | 46 |
| Octal | 377 | 150 | 172 | 0 | 73 | 64 | 0 | 541 | 144 | 106 |
| Binary | 11111111 | 1101000 | 1111010 | 0 | 111011 | 110100 | 0 | 101100001 | 1100100 | 1000110 |
Color Harmonies of #FF687A
Complementary color
Monochromatic Colors of #FF687A
Black with #FF687A
Text Example
Text Example
White with #FF687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF687A; }
p { color: rgb(255,104,122); }
H1.HeaderClassName
{
color: #FF687A;
}
.AnyTagClassName
{
color: #FF687A;
}
</style>
background-color css
<style>
a { background-color: #FF687A; }
a { background-color: rgb(255,104,122); }
div.DivClassName
{
background-color: #FF687A;
}
.BgClassName
{
background-color: #FF687A;
}
</style>
border-color css
<style>
span { border-color: #FF687A; }
span { border-color: rgb(255,104,122); }
td.TdClassName
{
border-color: #FF687A;
}
.TagClassName
{
border-color: #FF687A;
}
</style>