Shades of Brink Pink #FF648C
Tints of Brink Pink #FF648C
RGB
CMYK
RGB Variations
Color information
#FF648C (or 0xFF648C) is known color: Brink Pink. HEX triplet: FF, 64 and 8C. RGB value is (255,100,140). Sum of RGB (Red+Green+Blue) = 255+100+140=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF648C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF648C is #009B73. Grayscale: #969696. Windows color (decimal): -39796 or 9200895. OLE color: 9200895.
HSL color Cylindrical-coordinate representation of color #FF648C: hue angle of 344.52º 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 #FF648C is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 140 | - |
| CMYK | 0 | 0.61 | 0.45 | 0 |
| HSL | 344.52º | 1% | 0.7% | - |
| HSV(B) | 344.52º | 0.61% | 1% | - |
| XYZ | 50.53 | 32.27 | 28.38 | - |
| YUV | 150.91 | 121.85 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 140 | 0 | 0.61 | 0.45 | 0 | 344.52 | 1 | 0.7 |
| Hex | FF | 64 | 8C | 0 | 3D | 2D | 0 | 159 | 64 | 46 |
| Octal | 377 | 144 | 214 | 0 | 75 | 55 | 0 | 531 | 144 | 106 |
| Binary | 11111111 | 1100100 | 10001100 | 0 | 111101 | 101101 | 0 | 101011001 | 1100100 | 1000110 |
Color Harmonies of #FF648C
Complementary color
Monochromatic Colors of #FF648C
Black with #FF648C
Text Example
Text Example
White with #FF648C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF648C; }
p { color: rgb(255,100,140); }
H1.HeaderClassName
{
color: #FF648C;
}
.AnyTagClassName
{
color: #FF648C;
}
</style>
background-color css
<style>
a { background-color: #FF648C; }
a { background-color: rgb(255,100,140); }
div.DivClassName
{
background-color: #FF648C;
}
.BgClassName
{
background-color: #FF648C;
}
</style>
border-color css
<style>
span { border-color: #FF648C; }
span { border-color: rgb(255,100,140); }
td.TdClassName
{
border-color: #FF648C;
}
.TagClassName
{
border-color: #FF648C;
}
</style>