Shades of Brink Pink #FF677A
Tints of Brink Pink #FF677A
RGB
CMYK
RGB Variations
Color information
#FF677A (or 0xFF677A) is known color: Brink Pink. HEX triplet: FF, 67 and 7A. RGB value is (255,103,122). Sum of RGB (Red+Green+Blue) = 255+103+122=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF677A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF677A is #009885. Grayscale: #969696. Windows color (decimal): -39046 or 8022015. OLE color: 8022015.
HSL color Cylindrical-coordinate representation of color #FF677A: hue angle of 352.5º 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 #FF677A is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 122 | - |
| CMYK | 0 | 0.60 | 0.52 | 0 |
| HSL | 352.5º | 1% | 0.7% | - |
| HSV(B) | 352.5º | 0.6% | 1% | - |
| XYZ | 49.6 | 32.37 | 22.05 | - |
| YUV | 150.61 | 111.86 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 122 | 0 | 0.60 | 0.52 | 0 | 352.5 | 1 | 0.7 |
| Hex | FF | 67 | 7A | 0 | 3C | 34 | 0 | 160 | 64 | 46 |
| Octal | 377 | 147 | 172 | 0 | 74 | 64 | 0 | 540 | 144 | 106 |
| Binary | 11111111 | 1100111 | 1111010 | 0 | 111100 | 110100 | 0 | 101100000 | 1100100 | 1000110 |
Color Harmonies of #FF677A
Complementary color
Monochromatic Colors of #FF677A
Black with #FF677A
Text Example
Text Example
White with #FF677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF677A; }
p { color: rgb(255,103,122); }
H1.HeaderClassName
{
color: #FF677A;
}
.AnyTagClassName
{
color: #FF677A;
}
</style>
background-color css
<style>
a { background-color: #FF677A; }
a { background-color: rgb(255,103,122); }
div.DivClassName
{
background-color: #FF677A;
}
.BgClassName
{
background-color: #FF677A;
}
</style>
border-color css
<style>
span { border-color: #FF677A; }
span { border-color: rgb(255,103,122); }
td.TdClassName
{
border-color: #FF677A;
}
.TagClassName
{
border-color: #FF677A;
}
</style>