Shades of Brink Pink #FA7589
Tints of Brink Pink #FA7589
RGB
CMYK
RGB Variations
Color information
#FA7589 (or 0xFA7589) is known color: Brink Pink. HEX triplet: FA, 75 and 89. RGB value is (250,117,137). Sum of RGB (Red+Green+Blue) = 250+117+137=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7589 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7589 is #058A76. Grayscale: #9F9F9F. Windows color (decimal): -363127 or 9008634. OLE color: 9008634.
HSL color Cylindrical-coordinate representation of color #FA7589: hue angle of 350.98º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA7589 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 117 | 137 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.02 |
| HSL | 350.98º | 0.93% | 0.72% | - |
| HSV(B) | 350.98º | 0.53% | 0.98% | - |
| XYZ | 50.3 | 34.85 | 27.74 | - |
| YUV | 159.05 | 115.56 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 117 | 137 | 0 | 0.53 | 0.45 | 0.02 | 350.98 | 0.93 | 0.72 |
| Hex | FA | 75 | 89 | 0 | 35 | 2D | 2 | 15F | 5D | 48 |
| Octal | 372 | 165 | 211 | 0 | 65 | 55 | 2 | 537 | 135 | 110 |
| Binary | 11111010 | 1110101 | 10001001 | 0 | 110101 | 101101 | 10 | 101011111 | 1011101 | 1001000 |
Color Harmonies of #FA7589
Complementary color
Monochromatic Colors of #FA7589
Black with #FA7589
Text Example
Text Example
White with #FA7589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7589; }
p { color: rgb(250,117,137); }
H1.HeaderClassName
{
color: #FA7589;
}
.AnyTagClassName
{
color: #FA7589;
}
</style>
background-color css
<style>
a { background-color: #FA7589; }
a { background-color: rgb(250,117,137); }
div.DivClassName
{
background-color: #FA7589;
}
.BgClassName
{
background-color: #FA7589;
}
</style>
border-color css
<style>
span { border-color: #FA7589; }
span { border-color: rgb(250,117,137); }
td.TdClassName
{
border-color: #FA7589;
}
.TagClassName
{
border-color: #FA7589;
}
</style>