Shades of Brink Pink #FF658D
Tints of Brink Pink #FF658D
RGB
CMYK
RGB Variations
Color information
#FF658D (or 0xFF658D) is known color: Brink Pink. HEX triplet: FF, 65 and 8D. RGB value is (255,101,141). Sum of RGB (Red+Green+Blue) = 255+101+141=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF658D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF658D is #009A72. Grayscale: #979797. Windows color (decimal): -39539 or 9266687. OLE color: 9266687.
HSL color Cylindrical-coordinate representation of color #FF658D: hue angle of 344.42º 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 #FF658D is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 141 | - |
| CMYK | 0 | 0.60 | 0.45 | 0 |
| HSL | 344.42º | 1% | 0.7% | - |
| HSV(B) | 344.42º | 0.6% | 1% | - |
| XYZ | 50.7 | 32.49 | 28.8 | - |
| YUV | 151.61 | 122.02 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 141 | 0 | 0.60 | 0.45 | 0 | 344.42 | 1 | 0.7 |
| Hex | FF | 65 | 8D | 0 | 3C | 2D | 0 | 158 | 64 | 46 |
| Octal | 377 | 145 | 215 | 0 | 74 | 55 | 0 | 530 | 144 | 106 |
| Binary | 11111111 | 1100101 | 10001101 | 0 | 111100 | 101101 | 0 | 101011000 | 1100100 | 1000110 |
Color Harmonies of #FF658D
Complementary color
Monochromatic Colors of #FF658D
Black with #FF658D
Text Example
Text Example
White with #FF658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF658D; }
p { color: rgb(255,101,141); }
H1.HeaderClassName
{
color: #FF658D;
}
.AnyTagClassName
{
color: #FF658D;
}
</style>
background-color css
<style>
a { background-color: #FF658D; }
a { background-color: rgb(255,101,141); }
div.DivClassName
{
background-color: #FF658D;
}
.BgClassName
{
background-color: #FF658D;
}
</style>
border-color css
<style>
span { border-color: #FF658D; }
span { border-color: rgb(255,101,141); }
td.TdClassName
{
border-color: #FF658D;
}
.TagClassName
{
border-color: #FF658D;
}
</style>