Shades of Brink Pink #FF648D
Tints of Brink Pink #FF648D
RGB
CMYK
RGB Variations
Color information
#FF648D (or 0xFF648D) is known color: Brink Pink. HEX triplet: FF, 64 and 8D. RGB value is (255,100,141). Sum of RGB (Red+Green+Blue) = 255+100+141=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF648D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF648D is #009B72. Grayscale: #979797. Windows color (decimal): -39795 or 9266431. OLE color: 9266431.
HSL color Cylindrical-coordinate representation of color #FF648D: hue angle of 344.13º 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 #FF648D is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 141 | - |
| CMYK | 0 | 0.61 | 0.45 | 0 |
| HSL | 344.13º | 1% | 0.7% | - |
| HSV(B) | 344.13º | 0.61% | 1% | - |
| XYZ | 50.6 | 32.3 | 28.77 | - |
| YUV | 151.02 | 122.35 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 141 | 0 | 0.61 | 0.45 | 0 | 344.13 | 1 | 0.7 |
| Hex | FF | 64 | 8D | 0 | 3D | 2D | 0 | 158 | 64 | 46 |
| Octal | 377 | 144 | 215 | 0 | 75 | 55 | 0 | 530 | 144 | 106 |
| Binary | 11111111 | 1100100 | 10001101 | 0 | 111101 | 101101 | 0 | 101011000 | 1100100 | 1000110 |
Color Harmonies of #FF648D
Complementary color
Monochromatic Colors of #FF648D
Black with #FF648D
Text Example
Text Example
White with #FF648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF648D; }
p { color: rgb(255,100,141); }
H1.HeaderClassName
{
color: #FF648D;
}
.AnyTagClassName
{
color: #FF648D;
}
</style>
background-color css
<style>
a { background-color: #FF648D; }
a { background-color: rgb(255,100,141); }
div.DivClassName
{
background-color: #FF648D;
}
.BgClassName
{
background-color: #FF648D;
}
</style>
border-color css
<style>
span { border-color: #FF648D; }
span { border-color: rgb(255,100,141); }
td.TdClassName
{
border-color: #FF648D;
}
.TagClassName
{
border-color: #FF648D;
}
</style>