Shades of Brink Pink #FF657F
Tints of Brink Pink #FF657F
RGB
CMYK
RGB Variations
Color information
#FF657F (or 0xFF657F) is known color: Brink Pink. HEX triplet: FF, 65 and 7F. RGB value is (255,101,127). Sum of RGB (Red+Green+Blue) = 255+101+127=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF657F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF657F is #009A80. Grayscale: #969696. Windows color (decimal): -39553 or 8349183. OLE color: 8349183.
HSL color Cylindrical-coordinate representation of color #FF657F: hue angle of 349.87º 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 #FF657F is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 127 | - |
| CMYK | 0 | 0.60 | 0.50 | 0 |
| HSL | 349.87º | 1% | 0.7% | - |
| HSV(B) | 349.87º | 0.6% | 1% | - |
| XYZ | 49.72 | 32.1 | 23.65 | - |
| YUV | 150.01 | 115.02 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 127 | 0 | 0.60 | 0.50 | 0 | 349.87 | 1 | 0.7 |
| Hex | FF | 65 | 7F | 0 | 3C | 32 | 0 | 15E | 64 | 46 |
| Octal | 377 | 145 | 177 | 0 | 74 | 62 | 0 | 536 | 144 | 106 |
| Binary | 11111111 | 1100101 | 1111111 | 0 | 111100 | 110010 | 0 | 101011110 | 1100100 | 1000110 |
Color Harmonies of #FF657F
Complementary color
Monochromatic Colors of #FF657F
Black with #FF657F
Text Example
Text Example
White with #FF657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF657F; }
p { color: rgb(255,101,127); }
H1.HeaderClassName
{
color: #FF657F;
}
.AnyTagClassName
{
color: #FF657F;
}
</style>
background-color css
<style>
a { background-color: #FF657F; }
a { background-color: rgb(255,101,127); }
div.DivClassName
{
background-color: #FF657F;
}
.BgClassName
{
background-color: #FF657F;
}
</style>
border-color css
<style>
span { border-color: #FF657F; }
span { border-color: rgb(255,101,127); }
td.TdClassName
{
border-color: #FF657F;
}
.TagClassName
{
border-color: #FF657F;
}
</style>