Shades of Brink Pink #FA628E
Tints of Brink Pink #FA628E
RGB
CMYK
RGB Variations
Color information
#FA628E (or 0xFA628E) is known color: Brink Pink. HEX triplet: FA, 62 and 8E. RGB value is (250,98,142). Sum of RGB (Red+Green+Blue) = 250+98+142=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA628E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA628E is #059D71. Grayscale: #949494. Windows color (decimal): -367986 or 9331450. OLE color: 9331450.
HSL color Cylindrical-coordinate representation of color #FA628E: hue angle of 342.63º 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 #FA628E is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 98 | 142 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.02 |
| HSL | 342.63º | 0.94% | 0.68% | - |
| HSV(B) | 342.63º | 0.61% | 0.98% | - |
| XYZ | 48.67 | 31.01 | 29.01 | - |
| YUV | 148.46 | 124.36 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 98 | 142 | 0 | 0.61 | 0.43 | 0.02 | 342.63 | 0.94 | 0.68 |
| Hex | FA | 62 | 8E | 0 | 3D | 2B | 2 | 157 | 5E | 44 |
| Octal | 372 | 142 | 216 | 0 | 75 | 53 | 2 | 527 | 136 | 104 |
| Binary | 11111010 | 1100010 | 10001110 | 0 | 111101 | 101011 | 10 | 101010111 | 1011110 | 1000100 |
Color Harmonies of #FA628E
Complementary color
Monochromatic Colors of #FA628E
Black with #FA628E
Text Example
Text Example
White with #FA628E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA628E; }
p { color: rgb(250,98,142); }
H1.HeaderClassName
{
color: #FA628E;
}
.AnyTagClassName
{
color: #FA628E;
}
</style>
background-color css
<style>
a { background-color: #FA628E; }
a { background-color: rgb(250,98,142); }
div.DivClassName
{
background-color: #FA628E;
}
.BgClassName
{
background-color: #FA628E;
}
</style>
border-color css
<style>
span { border-color: #FA628E; }
span { border-color: rgb(250,98,142); }
td.TdClassName
{
border-color: #FA628E;
}
.TagClassName
{
border-color: #FA628E;
}
</style>