Shades of Brink Pink #FA7287
Tints of Brink Pink #FA7287
RGB
CMYK
RGB Variations
Color information
#FA7287 (or 0xFA7287) is known color: Brink Pink. HEX triplet: FA, 72 and 87. RGB value is (250,114,135). Sum of RGB (Red+Green+Blue) = 250+114+135=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7287 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7287 is #058D78. Grayscale: #9D9D9D. Windows color (decimal): -363897 or 8876794. OLE color: 8876794.
HSL color Cylindrical-coordinate representation of color #FA7287: hue angle of 350.74º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA7287 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 114 | 135 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.02 |
| HSL | 350.74º | 0.93% | 0.71% | - |
| HSV(B) | 350.74º | 0.54% | 0.98% | - |
| XYZ | 49.81 | 34.11 | 26.88 | - |
| YUV | 157.06 | 115.56 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 114 | 135 | 0 | 0.54 | 0.46 | 0.02 | 350.74 | 0.93 | 0.71 |
| Hex | FA | 72 | 87 | 0 | 36 | 2E | 2 | 15F | 5D | 47 |
| Octal | 372 | 162 | 207 | 0 | 66 | 56 | 2 | 537 | 135 | 107 |
| Binary | 11111010 | 1110010 | 10000111 | 0 | 110110 | 101110 | 10 | 101011111 | 1011101 | 1000111 |
Color Harmonies of #FA7287
Complementary color
Monochromatic Colors of #FA7287
Black with #FA7287
Text Example
Text Example
White with #FA7287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7287; }
p { color: rgb(250,114,135); }
H1.HeaderClassName
{
color: #FA7287;
}
.AnyTagClassName
{
color: #FA7287;
}
</style>
background-color css
<style>
a { background-color: #FA7287; }
a { background-color: rgb(250,114,135); }
div.DivClassName
{
background-color: #FA7287;
}
.BgClassName
{
background-color: #FA7287;
}
</style>
border-color css
<style>
span { border-color: #FA7287; }
span { border-color: rgb(250,114,135); }
td.TdClassName
{
border-color: #FA7287;
}
.TagClassName
{
border-color: #FA7287;
}
</style>