Shades of Brink Pink #FA5982
Tints of Brink Pink #FA5982
RGB
CMYK
RGB Variations
Color information
#FA5982 (or 0xFA5982) is known color: Brink Pink. HEX triplet: FA, 59 and 82. RGB value is (250,89,130). Sum of RGB (Red+Green+Blue) = 250+89+130=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5982 is #05A67D. Grayscale: #8D8D8D. Windows color (decimal): -370302 or 8542714. OLE color: 8542714.
HSL color Cylindrical-coordinate representation of color #FA5982: hue angle of 344.72º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA5982 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 89 | 130 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.02 |
| HSL | 344.72º | 0.94% | 0.66% | - |
| HSV(B) | 344.72º | 0.64% | 0.98% | - |
| XYZ | 47.03 | 29.08 | 24.25 | - |
| YUV | 141.81 | 121.34 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 89 | 130 | 0 | 0.64 | 0.48 | 0.02 | 344.72 | 0.94 | 0.66 |
| Hex | FA | 59 | 82 | 0 | 40 | 30 | 2 | 159 | 5E | 42 |
| Octal | 372 | 131 | 202 | 0 | 100 | 60 | 2 | 531 | 136 | 102 |
| Binary | 11111010 | 1011001 | 10000010 | 0 | 1000000 | 110000 | 10 | 101011001 | 1011110 | 1000010 |
Color Harmonies of #FA5982
Complementary color
Monochromatic Colors of #FA5982
Black with #FA5982
Text Example
Text Example
White with #FA5982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5982; }
p { color: rgb(250,89,130); }
H1.HeaderClassName
{
color: #FA5982;
}
.AnyTagClassName
{
color: #FA5982;
}
</style>
background-color css
<style>
a { background-color: #FA5982; }
a { background-color: rgb(250,89,130); }
div.DivClassName
{
background-color: #FA5982;
}
.BgClassName
{
background-color: #FA5982;
}
</style>
border-color css
<style>
span { border-color: #FA5982; }
span { border-color: rgb(250,89,130); }
td.TdClassName
{
border-color: #FA5982;
}
.TagClassName
{
border-color: #FA5982;
}
</style>