Shades of Brink Pink #FA7185
Tints of Brink Pink #FA7185
RGB
CMYK
RGB Variations
Color information
#FA7185 (or 0xFA7185) is known color: Brink Pink. HEX triplet: FA, 71 and 85. RGB value is (250,113,133). Sum of RGB (Red+Green+Blue) = 250+113+133=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7185 is #058E7A. Grayscale: #9C9C9C. Windows color (decimal): -364155 or 8745466. OLE color: 8745466.
HSL color Cylindrical-coordinate representation of color #FA7185: hue angle of 351.24º 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 #FA7185 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 113 | 133 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.02 |
| HSL | 351.24º | 0.93% | 0.71% | - |
| HSV(B) | 351.24º | 0.55% | 0.98% | - |
| XYZ | 49.56 | 33.83 | 26.11 | - |
| YUV | 156.24 | 114.89 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 113 | 133 | 0 | 0.55 | 0.47 | 0.02 | 351.24 | 0.93 | 0.71 |
| Hex | FA | 71 | 85 | 0 | 37 | 2F | 2 | 15F | 5D | 47 |
| Octal | 372 | 161 | 205 | 0 | 67 | 57 | 2 | 537 | 135 | 107 |
| Binary | 11111010 | 1110001 | 10000101 | 0 | 110111 | 101111 | 10 | 101011111 | 1011101 | 1000111 |
Color Harmonies of #FA7185
Complementary color
Monochromatic Colors of #FA7185
Black with #FA7185
Text Example
Text Example
White with #FA7185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7185; }
p { color: rgb(250,113,133); }
H1.HeaderClassName
{
color: #FA7185;
}
.AnyTagClassName
{
color: #FA7185;
}
</style>
background-color css
<style>
a { background-color: #FA7185; }
a { background-color: rgb(250,113,133); }
div.DivClassName
{
background-color: #FA7185;
}
.BgClassName
{
background-color: #FA7185;
}
</style>
border-color css
<style>
span { border-color: #FA7185; }
span { border-color: rgb(250,113,133); }
td.TdClassName
{
border-color: #FA7185;
}
.TagClassName
{
border-color: #FA7185;
}
</style>