Shades of Brink Pink #FA7186
Tints of Brink Pink #FA7186
RGB
CMYK
RGB Variations
Color information
#FA7186 (or 0xFA7186) is known color: Brink Pink. HEX triplet: FA, 71 and 86. RGB value is (250,113,134). Sum of RGB (Red+Green+Blue) = 250+113+134=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7186 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7186 is #058E79. Grayscale: #9C9C9C. Windows color (decimal): -364154 or 8811002. OLE color: 8811002.
HSL color Cylindrical-coordinate representation of color #FA7186: hue angle of 350.8º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FA7186 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 113 | 134 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.02 |
| HSL | 350.8º | 0.93% | 0.71% | - |
| HSV(B) | 350.8º | 0.55% | 0.98% | - |
| XYZ | 49.63 | 33.86 | 26.47 | - |
| YUV | 156.36 | 115.39 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 113 | 134 | 0 | 0.55 | 0.46 | 0.02 | 350.8 | 0.93 | 0.71 |
| Hex | FA | 71 | 86 | 0 | 37 | 2E | 2 | 15F | 5D | 47 |
| Octal | 372 | 161 | 206 | 0 | 67 | 56 | 2 | 537 | 135 | 107 |
| Binary | 11111010 | 1110001 | 10000110 | 0 | 110111 | 101110 | 10 | 101011111 | 1011101 | 1000111 |
Color Harmonies of #FA7186
Complementary color
Monochromatic Colors of #FA7186
Black with #FA7186
Text Example
Text Example
White with #FA7186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7186; }
p { color: rgb(250,113,134); }
H1.HeaderClassName
{
color: #FA7186;
}
.AnyTagClassName
{
color: #FA7186;
}
</style>
background-color css
<style>
a { background-color: #FA7186; }
a { background-color: rgb(250,113,134); }
div.DivClassName
{
background-color: #FA7186;
}
.BgClassName
{
background-color: #FA7186;
}
</style>
border-color css
<style>
span { border-color: #FA7186; }
span { border-color: rgb(250,113,134); }
td.TdClassName
{
border-color: #FA7186;
}
.TagClassName
{
border-color: #FA7186;
}
</style>