Shades of Brink Pink #FF657C
Tints of Brink Pink #FF657C
RGB
CMYK
RGB Variations
Color information
#FF657C (or 0xFF657C) is known color: Brink Pink. HEX triplet: FF, 65 and 7C. RGB value is (255,101,124). Sum of RGB (Red+Green+Blue) = 255+101+124=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF657C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF657C is #009A83. Grayscale: #959595. Windows color (decimal): -39556 or 8152575. OLE color: 8152575.
HSL color Cylindrical-coordinate representation of color #FF657C: hue angle of 351.04º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF657C is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 124 | - |
| CMYK | 0 | 0.60 | 0.51 | 0 |
| HSL | 351.04º | 1% | 0.7% | - |
| HSV(B) | 351.04º | 0.6% | 1% | - |
| XYZ | 49.53 | 32.02 | 22.64 | - |
| YUV | 149.67 | 113.52 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 124 | 0 | 0.60 | 0.51 | 0 | 351.04 | 1 | 0.7 |
| Hex | FF | 65 | 7C | 0 | 3C | 33 | 0 | 15F | 64 | 46 |
| Octal | 377 | 145 | 174 | 0 | 74 | 63 | 0 | 537 | 144 | 106 |
| Binary | 11111111 | 1100101 | 1111100 | 0 | 111100 | 110011 | 0 | 101011111 | 1100100 | 1000110 |
Color Harmonies of #FF657C
Complementary color
Monochromatic Colors of #FF657C
Black with #FF657C
Text Example
Text Example
White with #FF657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF657C; }
p { color: rgb(255,101,124); }
H1.HeaderClassName
{
color: #FF657C;
}
.AnyTagClassName
{
color: #FF657C;
}
</style>
background-color css
<style>
a { background-color: #FF657C; }
a { background-color: rgb(255,101,124); }
div.DivClassName
{
background-color: #FF657C;
}
.BgClassName
{
background-color: #FF657C;
}
</style>
border-color css
<style>
span { border-color: #FF657C; }
span { border-color: rgb(255,101,124); }
td.TdClassName
{
border-color: #FF657C;
}
.TagClassName
{
border-color: #FF657C;
}
</style>