Shades of Brink Pink #FA628B
Tints of Brink Pink #FA628B
RGB
CMYK
RGB Variations
Color information
#FA628B (or 0xFA628B) is known color: Brink Pink. HEX triplet: FA, 62 and 8B. RGB value is (250,98,139). Sum of RGB (Red+Green+Blue) = 250+98+139=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FA628B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA628B is #059D74. Grayscale: #949494. Windows color (decimal): -367989 or 9134842. OLE color: 9134842.
HSL color Cylindrical-coordinate representation of color #FA628B: hue angle of 343.82º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA628B is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 98 | 139 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.02 |
| HSL | 343.82º | 0.94% | 0.68% | - |
| HSV(B) | 343.82º | 0.61% | 0.98% | - |
| XYZ | 48.45 | 30.92 | 27.84 | - |
| YUV | 148.12 | 122.86 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 98 | 139 | 0 | 0.61 | 0.44 | 0.02 | 343.82 | 0.94 | 0.68 |
| Hex | FA | 62 | 8B | 0 | 3D | 2C | 2 | 158 | 5E | 44 |
| Octal | 372 | 142 | 213 | 0 | 75 | 54 | 2 | 530 | 136 | 104 |
| Binary | 11111010 | 1100010 | 10001011 | 0 | 111101 | 101100 | 10 | 101011000 | 1011110 | 1000100 |
Color Harmonies of #FA628B
Complementary color
Monochromatic Colors of #FA628B
Black with #FA628B
Text Example
Text Example
White with #FA628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA628B; }
p { color: rgb(250,98,139); }
H1.HeaderClassName
{
color: #FA628B;
}
.AnyTagClassName
{
color: #FA628B;
}
</style>
background-color css
<style>
a { background-color: #FA628B; }
a { background-color: rgb(250,98,139); }
div.DivClassName
{
background-color: #FA628B;
}
.BgClassName
{
background-color: #FA628B;
}
</style>
border-color css
<style>
span { border-color: #FA628B; }
span { border-color: rgb(250,98,139); }
td.TdClassName
{
border-color: #FA628B;
}
.TagClassName
{
border-color: #FA628B;
}
</style>