Shades of Brink Pink #FA658B
Tints of Brink Pink #FA658B
RGB
CMYK
RGB Variations
Color information
#FA658B (or 0xFA658B) is known color: Brink Pink. HEX triplet: FA, 65 and 8B. RGB value is (250,101,139). Sum of RGB (Red+Green+Blue) = 250+101+139=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA658B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA658B is #059A74. Grayscale: #959595. Windows color (decimal): -367221 or 9135610. OLE color: 9135610.
HSL color Cylindrical-coordinate representation of color #FA658B: hue angle of 344.7º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA658B is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 139 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.02 |
| HSL | 344.7º | 0.94% | 0.69% | - |
| HSV(B) | 344.7º | 0.6% | 0.98% | - |
| XYZ | 48.74 | 31.5 | 27.94 | - |
| YUV | 149.88 | 121.86 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 139 | 0 | 0.60 | 0.44 | 0.02 | 344.7 | 0.94 | 0.69 |
| Hex | FA | 65 | 8B | 0 | 3C | 2C | 2 | 159 | 5E | 45 |
| Octal | 372 | 145 | 213 | 0 | 74 | 54 | 2 | 531 | 136 | 105 |
| Binary | 11111010 | 1100101 | 10001011 | 0 | 111100 | 101100 | 10 | 101011001 | 1011110 | 1000101 |
Color Harmonies of #FA658B
Complementary color
Monochromatic Colors of #FA658B
Black with #FA658B
Text Example
Text Example
White with #FA658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA658B; }
p { color: rgb(250,101,139); }
H1.HeaderClassName
{
color: #FA658B;
}
.AnyTagClassName
{
color: #FA658B;
}
</style>
background-color css
<style>
a { background-color: #FA658B; }
a { background-color: rgb(250,101,139); }
div.DivClassName
{
background-color: #FA658B;
}
.BgClassName
{
background-color: #FA658B;
}
</style>
border-color css
<style>
span { border-color: #FA658B; }
span { border-color: rgb(250,101,139); }
td.TdClassName
{
border-color: #FA658B;
}
.TagClassName
{
border-color: #FA658B;
}
</style>