Shades of Brink Pink #FF658B
Tints of Brink Pink #FF658B
RGB
CMYK
RGB Variations
Color information
#FF658B (or 0xFF658B) is known color: Brink Pink. HEX triplet: FF, 65 and 8B. RGB value is (255,101,139). Sum of RGB (Red+Green+Blue) = 255+101+139=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF658B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF658B is #009A74. Grayscale: #979797. Windows color (decimal): -39541 or 9135615. OLE color: 9135615.
HSL color Cylindrical-coordinate representation of color #FF658B: hue angle of 345.19º 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 #FF658B is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 139 | - |
| CMYK | 0 | 0.60 | 0.45 | 0 |
| HSL | 345.19º | 1% | 0.7% | - |
| HSV(B) | 345.19º | 0.6% | 1% | - |
| XYZ | 50.55 | 32.43 | 28.02 | - |
| YUV | 151.38 | 121.02 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 139 | 0 | 0.60 | 0.45 | 0 | 345.19 | 1 | 0.7 |
| Hex | FF | 65 | 8B | 0 | 3C | 2D | 0 | 159 | 64 | 46 |
| Octal | 377 | 145 | 213 | 0 | 74 | 55 | 0 | 531 | 144 | 106 |
| Binary | 11111111 | 1100101 | 10001011 | 0 | 111100 | 101101 | 0 | 101011001 | 1100100 | 1000110 |
Color Harmonies of #FF658B
Complementary color
Monochromatic Colors of #FF658B
Black with #FF658B
Text Example
Text Example
White with #FF658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF658B; }
p { color: rgb(255,101,139); }
H1.HeaderClassName
{
color: #FF658B;
}
.AnyTagClassName
{
color: #FF658B;
}
</style>
background-color css
<style>
a { background-color: #FF658B; }
a { background-color: rgb(255,101,139); }
div.DivClassName
{
background-color: #FF658B;
}
.BgClassName
{
background-color: #FF658B;
}
</style>
border-color css
<style>
span { border-color: #FF658B; }
span { border-color: rgb(255,101,139); }
td.TdClassName
{
border-color: #FF658B;
}
.TagClassName
{
border-color: #FF658B;
}
</style>