Shades of Brink Pink #FA6877
Tints of Brink Pink #FA6877
RGB
CMYK
RGB Variations
Color information
#FA6877 (or 0xFA6877) is known color: Brink Pink. HEX triplet: FA, 68 and 77. RGB value is (250,104,119). Sum of RGB (Red+Green+Blue) = 250+104+119=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6877 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6877 is #059788. Grayscale: #959595. Windows color (decimal): -366473 or 7825658. OLE color: 7825658.
HSL color Cylindrical-coordinate representation of color #FA6877: hue angle of 353.84º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA6877 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 104 | 119 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.02 |
| HSL | 353.84º | 0.94% | 0.69% | - |
| HSV(B) | 353.84º | 0.58% | 0.98% | - |
| XYZ | 47.7 | 31.56 | 21.03 | - |
| YUV | 149.36 | 110.87 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 104 | 119 | 0 | 0.58 | 0.52 | 0.02 | 353.84 | 0.94 | 0.69 |
| Hex | FA | 68 | 77 | 0 | 3A | 34 | 2 | 162 | 5E | 45 |
| Octal | 372 | 150 | 167 | 0 | 72 | 64 | 2 | 542 | 136 | 105 |
| Binary | 11111010 | 1101000 | 1110111 | 0 | 111010 | 110100 | 10 | 101100010 | 1011110 | 1000101 |
Color Harmonies of #FA6877
Complementary color
Monochromatic Colors of #FA6877
Black with #FA6877
Text Example
Text Example
White with #FA6877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6877; }
p { color: rgb(250,104,119); }
H1.HeaderClassName
{
color: #FA6877;
}
.AnyTagClassName
{
color: #FA6877;
}
</style>
background-color css
<style>
a { background-color: #FA6877; }
a { background-color: rgb(250,104,119); }
div.DivClassName
{
background-color: #FA6877;
}
.BgClassName
{
background-color: #FA6877;
}
</style>
border-color css
<style>
span { border-color: #FA6877; }
span { border-color: rgb(250,104,119); }
td.TdClassName
{
border-color: #FA6877;
}
.TagClassName
{
border-color: #FA6877;
}
</style>