Shades of Brink Pink #FA7487
Tints of Brink Pink #FA7487
RGB
CMYK
RGB Variations
Color information
#FA7487 (or 0xFA7487) is known color: Brink Pink. HEX triplet: FA, 74 and 87. RGB value is (250,116,135). Sum of RGB (Red+Green+Blue) = 250+116+135=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 135 (53.12% from 255 or 26.95% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7487 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7487 is #058B78. Grayscale: #9E9E9E. Windows color (decimal): -363385 or 8877306. OLE color: 8877306.
HSL color Cylindrical-coordinate representation of color #FA7487: hue angle of 351.49º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA7487 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 116 | 135 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.02 |
| HSL | 351.49º | 0.93% | 0.72% | - |
| HSV(B) | 351.49º | 0.54% | 0.98% | - |
| XYZ | 50.04 | 34.56 | 26.96 | - |
| YUV | 158.23 | 114.89 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 116 | 135 | 0 | 0.54 | 0.46 | 0.02 | 351.49 | 0.93 | 0.72 |
| Hex | FA | 74 | 87 | 0 | 36 | 2E | 2 | 15F | 5D | 48 |
| Octal | 372 | 164 | 207 | 0 | 66 | 56 | 2 | 537 | 135 | 110 |
| Binary | 11111010 | 1110100 | 10000111 | 0 | 110110 | 101110 | 10 | 101011111 | 1011101 | 1001000 |
Color Harmonies of #FA7487
Complementary color
Monochromatic Colors of #FA7487
Black with #FA7487
Text Example
Text Example
White with #FA7487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7487; }
p { color: rgb(250,116,135); }
H1.HeaderClassName
{
color: #FA7487;
}
.AnyTagClassName
{
color: #FA7487;
}
</style>
background-color css
<style>
a { background-color: #FA7487; }
a { background-color: rgb(250,116,135); }
div.DivClassName
{
background-color: #FA7487;
}
.BgClassName
{
background-color: #FA7487;
}
</style>
border-color css
<style>
span { border-color: #FA7487; }
span { border-color: rgb(250,116,135); }
td.TdClassName
{
border-color: #FA7487;
}
.TagClassName
{
border-color: #FA7487;
}
</style>