Shades of Brink Pink #FF677E
Tints of Brink Pink #FF677E
RGB
CMYK
RGB Variations
Color information
#FF677E (or 0xFF677E) is known color: Brink Pink. HEX triplet: FF, 67 and 7E. RGB value is (255,103,126). Sum of RGB (Red+Green+Blue) = 255+103+126=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF677E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF677E is #009881. Grayscale: #979797. Windows color (decimal): -39042 or 8284159. OLE color: 8284159.
HSL color Cylindrical-coordinate representation of color #FF677E: hue angle of 350.92º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF677E is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 126 | - |
| CMYK | 0 | 0.60 | 0.51 | 0 |
| HSL | 350.92º | 1% | 0.7% | - |
| HSV(B) | 350.92º | 0.6% | 1% | - |
| XYZ | 49.86 | 32.47 | 23.38 | - |
| YUV | 151.07 | 113.86 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 126 | 0 | 0.60 | 0.51 | 0 | 350.92 | 1 | 0.7 |
| Hex | FF | 67 | 7E | 0 | 3C | 33 | 0 | 15F | 64 | 46 |
| Octal | 377 | 147 | 176 | 0 | 74 | 63 | 0 | 537 | 144 | 106 |
| Binary | 11111111 | 1100111 | 1111110 | 0 | 111100 | 110011 | 0 | 101011111 | 1100100 | 1000110 |
Color Harmonies of #FF677E
Complementary color
Monochromatic Colors of #FF677E
Black with #FF677E
Text Example
Text Example
White with #FF677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF677E; }
p { color: rgb(255,103,126); }
H1.HeaderClassName
{
color: #FF677E;
}
.AnyTagClassName
{
color: #FF677E;
}
</style>
background-color css
<style>
a { background-color: #FF677E; }
a { background-color: rgb(255,103,126); }
div.DivClassName
{
background-color: #FF677E;
}
.BgClassName
{
background-color: #FF677E;
}
</style>
border-color css
<style>
span { border-color: #FF677E; }
span { border-color: rgb(255,103,126); }
td.TdClassName
{
border-color: #FF677E;
}
.TagClassName
{
border-color: #FF677E;
}
</style>