Shades of Brink Pink #FA628D
Tints of Brink Pink #FA628D
RGB
CMYK
RGB Variations
Color information
#FA628D (or 0xFA628D) is known color: Brink Pink. HEX triplet: FA, 62 and 8D. RGB value is (250,98,141). Sum of RGB (Red+Green+Blue) = 250+98+141=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FA628D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA628D is #059D72. Grayscale: #949494. Windows color (decimal): -367987 or 9265914. OLE color: 9265914.
HSL color Cylindrical-coordinate representation of color #FA628D: hue angle of 343.03º 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 #FA628D is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 98 | 141 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.02 |
| HSL | 343.03º | 0.94% | 0.68% | - |
| HSV(B) | 343.03º | 0.61% | 0.98% | - |
| XYZ | 48.6 | 30.98 | 28.62 | - |
| YUV | 148.35 | 123.86 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 98 | 141 | 0 | 0.61 | 0.44 | 0.02 | 343.03 | 0.94 | 0.68 |
| Hex | FA | 62 | 8D | 0 | 3D | 2C | 2 | 157 | 5E | 44 |
| Octal | 372 | 142 | 215 | 0 | 75 | 54 | 2 | 527 | 136 | 104 |
| Binary | 11111010 | 1100010 | 10001101 | 0 | 111101 | 101100 | 10 | 101010111 | 1011110 | 1000100 |
Color Harmonies of #FA628D
Complementary color
Monochromatic Colors of #FA628D
Black with #FA628D
Text Example
Text Example
White with #FA628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA628D; }
p { color: rgb(250,98,141); }
H1.HeaderClassName
{
color: #FA628D;
}
.AnyTagClassName
{
color: #FA628D;
}
</style>
background-color css
<style>
a { background-color: #FA628D; }
a { background-color: rgb(250,98,141); }
div.DivClassName
{
background-color: #FA628D;
}
.BgClassName
{
background-color: #FA628D;
}
</style>
border-color css
<style>
span { border-color: #FA628D; }
span { border-color: rgb(250,98,141); }
td.TdClassName
{
border-color: #FA628D;
}
.TagClassName
{
border-color: #FA628D;
}
</style>