Shades of Brink Pink #FA7582
Tints of Brink Pink #FA7582
RGB
CMYK
RGB Variations
Color information
#FA7582 (or 0xFA7582) is known color: Brink Pink. HEX triplet: FA, 75 and 82. RGB value is (250,117,130). Sum of RGB (Red+Green+Blue) = 250+117+130=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7582 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7582 is #058A7D. Grayscale: #9E9E9E. Windows color (decimal): -363134 or 8549882. OLE color: 8549882.
HSL color Cylindrical-coordinate representation of color #FA7582: hue angle of 354.14º 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 #FA7582 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 117 | 130 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.02 |
| HSL | 354.14º | 0.93% | 0.72% | - |
| HSV(B) | 354.14º | 0.53% | 0.98% | - |
| XYZ | 49.81 | 34.66 | 25.18 | - |
| YUV | 158.25 | 112.06 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 117 | 130 | 0 | 0.53 | 0.48 | 0.02 | 354.14 | 0.93 | 0.72 |
| Hex | FA | 75 | 82 | 0 | 35 | 30 | 2 | 162 | 5D | 48 |
| Octal | 372 | 165 | 202 | 0 | 65 | 60 | 2 | 542 | 135 | 110 |
| Binary | 11111010 | 1110101 | 10000010 | 0 | 110101 | 110000 | 10 | 101100010 | 1011101 | 1001000 |
Color Harmonies of #FA7582
Complementary color
Monochromatic Colors of #FA7582
Black with #FA7582
Text Example
Text Example
White with #FA7582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7582; }
p { color: rgb(250,117,130); }
H1.HeaderClassName
{
color: #FA7582;
}
.AnyTagClassName
{
color: #FA7582;
}
</style>
background-color css
<style>
a { background-color: #FA7582; }
a { background-color: rgb(250,117,130); }
div.DivClassName
{
background-color: #FA7582;
}
.BgClassName
{
background-color: #FA7582;
}
</style>
border-color css
<style>
span { border-color: #FA7582; }
span { border-color: rgb(250,117,130); }
td.TdClassName
{
border-color: #FA7582;
}
.TagClassName
{
border-color: #FA7582;
}
</style>