Shades of Brink Pink #FF647A
Tints of Brink Pink #FF647A
RGB
CMYK
RGB Variations
Color information
#FF647A (or 0xFF647A) is known color: Brink Pink. HEX triplet: FF, 64 and 7A. RGB value is (255,100,122). Sum of RGB (Red+Green+Blue) = 255+100+122=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF647A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF647A is #009B85. Grayscale: #949494. Windows color (decimal): -39814 or 8021247. OLE color: 8021247.
HSL color Cylindrical-coordinate representation of color #FF647A: hue angle of 351.48º 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 #FF647A is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 122 | - |
| CMYK | 0 | 0.61 | 0.52 | 0 |
| HSL | 351.48º | 1% | 0.7% | - |
| HSV(B) | 351.48º | 0.61% | 1% | - |
| XYZ | 49.31 | 31.78 | 21.95 | - |
| YUV | 148.85 | 112.85 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 122 | 0 | 0.61 | 0.52 | 0 | 351.48 | 1 | 0.7 |
| Hex | FF | 64 | 7A | 0 | 3D | 34 | 0 | 15F | 64 | 46 |
| Octal | 377 | 144 | 172 | 0 | 75 | 64 | 0 | 537 | 144 | 106 |
| Binary | 11111111 | 1100100 | 1111010 | 0 | 111101 | 110100 | 0 | 101011111 | 1100100 | 1000110 |
Color Harmonies of #FF647A
Complementary color
Monochromatic Colors of #FF647A
Black with #FF647A
Text Example
Text Example
White with #FF647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF647A; }
p { color: rgb(255,100,122); }
H1.HeaderClassName
{
color: #FF647A;
}
.AnyTagClassName
{
color: #FF647A;
}
</style>
background-color css
<style>
a { background-color: #FF647A; }
a { background-color: rgb(255,100,122); }
div.DivClassName
{
background-color: #FF647A;
}
.BgClassName
{
background-color: #FF647A;
}
</style>
border-color css
<style>
span { border-color: #FF647A; }
span { border-color: rgb(255,100,122); }
td.TdClassName
{
border-color: #FF647A;
}
.TagClassName
{
border-color: #FF647A;
}
</style>