Shades of Brink Pink #FF647E
Tints of Brink Pink #FF647E
RGB
CMYK
RGB Variations
Color information
#FF647E (or 0xFF647E) is known color: Brink Pink. HEX triplet: FF, 64 and 7E. RGB value is (255,100,126). Sum of RGB (Red+Green+Blue) = 255+100+126=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF647E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF647E is #009B81. Grayscale: #959595. Windows color (decimal): -39810 or 8283391. OLE color: 8283391.
HSL color Cylindrical-coordinate representation of color #FF647E: hue angle of 349.94º 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 #FF647E is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 126 | - |
| CMYK | 0 | 0.61 | 0.51 | 0 |
| HSL | 349.94º | 1% | 0.7% | - |
| HSV(B) | 349.94º | 0.61% | 1% | - |
| XYZ | 49.56 | 31.88 | 23.28 | - |
| YUV | 149.31 | 114.85 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 126 | 0 | 0.61 | 0.51 | 0 | 349.94 | 1 | 0.7 |
| Hex | FF | 64 | 7E | 0 | 3D | 33 | 0 | 15E | 64 | 46 |
| Octal | 377 | 144 | 176 | 0 | 75 | 63 | 0 | 536 | 144 | 106 |
| Binary | 11111111 | 1100100 | 1111110 | 0 | 111101 | 110011 | 0 | 101011110 | 1100100 | 1000110 |
Color Harmonies of #FF647E
Complementary color
Monochromatic Colors of #FF647E
Black with #FF647E
Text Example
Text Example
White with #FF647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF647E; }
p { color: rgb(255,100,126); }
H1.HeaderClassName
{
color: #FF647E;
}
.AnyTagClassName
{
color: #FF647E;
}
</style>
background-color css
<style>
a { background-color: #FF647E; }
a { background-color: rgb(255,100,126); }
div.DivClassName
{
background-color: #FF647E;
}
.BgClassName
{
background-color: #FF647E;
}
</style>
border-color css
<style>
span { border-color: #FF647E; }
span { border-color: rgb(255,100,126); }
td.TdClassName
{
border-color: #FF647E;
}
.TagClassName
{
border-color: #FF647E;
}
</style>