Shades of Brink Pink #FF647B
Tints of Brink Pink #FF647B
RGB
CMYK
RGB Variations
Color information
#FF647B (or 0xFF647B) is known color: Brink Pink. HEX triplet: FF, 64 and 7B. RGB value is (255,100,123). Sum of RGB (Red+Green+Blue) = 255+100+123=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF647B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF647B is #009B84. Grayscale: #959595. Windows color (decimal): -39813 or 8086783. OLE color: 8086783.
HSL color Cylindrical-coordinate representation of color #FF647B: hue angle of 351.1º 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 #FF647B is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 123 | - |
| CMYK | 0 | 0.61 | 0.52 | 0 |
| HSL | 351.1º | 1% | 0.7% | - |
| HSV(B) | 351.1º | 0.61% | 1% | - |
| XYZ | 49.37 | 31.8 | 22.28 | - |
| YUV | 148.97 | 113.35 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 123 | 0 | 0.61 | 0.52 | 0 | 351.1 | 1 | 0.7 |
| Hex | FF | 64 | 7B | 0 | 3D | 34 | 0 | 15F | 64 | 46 |
| Octal | 377 | 144 | 173 | 0 | 75 | 64 | 0 | 537 | 144 | 106 |
| Binary | 11111111 | 1100100 | 1111011 | 0 | 111101 | 110100 | 0 | 101011111 | 1100100 | 1000110 |
Color Harmonies of #FF647B
Complementary color
Monochromatic Colors of #FF647B
Black with #FF647B
Text Example
Text Example
White with #FF647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF647B; }
p { color: rgb(255,100,123); }
H1.HeaderClassName
{
color: #FF647B;
}
.AnyTagClassName
{
color: #FF647B;
}
</style>
background-color css
<style>
a { background-color: #FF647B; }
a { background-color: rgb(255,100,123); }
div.DivClassName
{
background-color: #FF647B;
}
.BgClassName
{
background-color: #FF647B;
}
</style>
border-color css
<style>
span { border-color: #FF647B; }
span { border-color: rgb(255,100,123); }
td.TdClassName
{
border-color: #FF647B;
}
.TagClassName
{
border-color: #FF647B;
}
</style>