Shades of Brink Pink #FF677D
Tints of Brink Pink #FF677D
RGB
CMYK
RGB Variations
Color information
#FF677D (or 0xFF677D) is known color: Brink Pink. HEX triplet: FF, 67 and 7D. RGB value is (255,103,125). Sum of RGB (Red+Green+Blue) = 255+103+125=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF677D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF677D is #009882. Grayscale: #979797. Windows color (decimal): -39043 or 8218623. OLE color: 8218623.
HSL color Cylindrical-coordinate representation of color #FF677D: hue angle of 351.32º 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 #FF677D is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 125 | - |
| CMYK | 0 | 0.60 | 0.51 | 0 |
| HSL | 351.32º | 1% | 0.7% | - |
| HSV(B) | 351.32º | 0.6% | 1% | - |
| XYZ | 49.79 | 32.44 | 23.04 | - |
| YUV | 150.96 | 113.36 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 125 | 0 | 0.60 | 0.51 | 0 | 351.32 | 1 | 0.7 |
| Hex | FF | 67 | 7D | 0 | 3C | 33 | 0 | 15F | 64 | 46 |
| Octal | 377 | 147 | 175 | 0 | 74 | 63 | 0 | 537 | 144 | 106 |
| Binary | 11111111 | 1100111 | 1111101 | 0 | 111100 | 110011 | 0 | 101011111 | 1100100 | 1000110 |
Color Harmonies of #FF677D
Complementary color
Monochromatic Colors of #FF677D
Black with #FF677D
Text Example
Text Example
White with #FF677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF677D; }
p { color: rgb(255,103,125); }
H1.HeaderClassName
{
color: #FF677D;
}
.AnyTagClassName
{
color: #FF677D;
}
</style>
background-color css
<style>
a { background-color: #FF677D; }
a { background-color: rgb(255,103,125); }
div.DivClassName
{
background-color: #FF677D;
}
.BgClassName
{
background-color: #FF677D;
}
</style>
border-color css
<style>
span { border-color: #FF677D; }
span { border-color: rgb(255,103,125); }
td.TdClassName
{
border-color: #FF677D;
}
.TagClassName
{
border-color: #FF677D;
}
</style>