Shades of Brink Pink #FF647C
Tints of Brink Pink #FF647C
RGB
CMYK
RGB Variations
Color information
#FF647C (or 0xFF647C) is known color: Brink Pink. HEX triplet: FF, 64 and 7C. RGB value is (255,100,124). Sum of RGB (Red+Green+Blue) = 255+100+124=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF647C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF647C is #009B83. Grayscale: #959595. Windows color (decimal): -39812 or 8152319. OLE color: 8152319.
HSL color Cylindrical-coordinate representation of color #FF647C: hue angle of 350.71º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF647C is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 124 | - |
| CMYK | 0 | 0.61 | 0.51 | 0 |
| HSL | 350.71º | 1% | 0.7% | - |
| HSV(B) | 350.71º | 0.61% | 1% | - |
| XYZ | 49.44 | 31.83 | 22.61 | - |
| YUV | 149.08 | 113.85 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 124 | 0 | 0.61 | 0.51 | 0 | 350.71 | 1 | 0.7 |
| Hex | FF | 64 | 7C | 0 | 3D | 33 | 0 | 15F | 64 | 46 |
| Octal | 377 | 144 | 174 | 0 | 75 | 63 | 0 | 537 | 144 | 106 |
| Binary | 11111111 | 1100100 | 1111100 | 0 | 111101 | 110011 | 0 | 101011111 | 1100100 | 1000110 |
Color Harmonies of #FF647C
Complementary color
Monochromatic Colors of #FF647C
Black with #FF647C
Text Example
Text Example
White with #FF647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF647C; }
p { color: rgb(255,100,124); }
H1.HeaderClassName
{
color: #FF647C;
}
.AnyTagClassName
{
color: #FF647C;
}
</style>
background-color css
<style>
a { background-color: #FF647C; }
a { background-color: rgb(255,100,124); }
div.DivClassName
{
background-color: #FF647C;
}
.BgClassName
{
background-color: #FF647C;
}
</style>
border-color css
<style>
span { border-color: #FF647C; }
span { border-color: rgb(255,100,124); }
td.TdClassName
{
border-color: #FF647C;
}
.TagClassName
{
border-color: #FF647C;
}
</style>