Shades of Brink Pink #FA6B86
Tints of Brink Pink #FA6B86
RGB
CMYK
RGB Variations
Color information
#FA6B86 (or 0xFA6B86) is known color: Brink Pink. HEX triplet: FA, 6B and 86. RGB value is (250,107,134). Sum of RGB (Red+Green+Blue) = 250+107+134=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6B86 is #059479. Grayscale: #989898. Windows color (decimal): -365690 or 8809466. OLE color: 8809466.
HSL color Cylindrical-coordinate representation of color #FA6B86: hue angle of 348.67º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FA6B86 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 107 | 134 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.02 |
| HSL | 348.67º | 0.93% | 0.7% | - |
| HSV(B) | 348.67º | 0.57% | 0.98% | - |
| XYZ | 48.99 | 32.56 | 26.26 | - |
| YUV | 152.84 | 117.38 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 107 | 134 | 0 | 0.57 | 0.46 | 0.02 | 348.67 | 0.93 | 0.7 |
| Hex | FA | 6B | 86 | 0 | 39 | 2E | 2 | 15D | 5D | 46 |
| Octal | 372 | 153 | 206 | 0 | 71 | 56 | 2 | 535 | 135 | 106 |
| Binary | 11111010 | 1101011 | 10000110 | 0 | 111001 | 101110 | 10 | 101011101 | 1011101 | 1000110 |
Color Harmonies of #FA6B86
Complementary color
Monochromatic Colors of #FA6B86
Black with #FA6B86
Text Example
Text Example
White with #FA6B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6B86; }
p { color: rgb(250,107,134); }
H1.HeaderClassName
{
color: #FA6B86;
}
.AnyTagClassName
{
color: #FA6B86;
}
</style>
background-color css
<style>
a { background-color: #FA6B86; }
a { background-color: rgb(250,107,134); }
div.DivClassName
{
background-color: #FA6B86;
}
.BgClassName
{
background-color: #FA6B86;
}
</style>
border-color css
<style>
span { border-color: #FA6B86; }
span { border-color: rgb(250,107,134); }
td.TdClassName
{
border-color: #FA6B86;
}
.TagClassName
{
border-color: #FA6B86;
}
</style>