Shades of Brink Pink #FA5482
Tints of Brink Pink #FA5482
RGB
CMYK
RGB Variations
Color information
#FA5482 (or 0xFA5482) is known color: Brink Pink. HEX triplet: FA, 54 and 82. RGB value is (250,84,130). Sum of RGB (Red+Green+Blue) = 250+84+130=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5482 is #05AB7D. Grayscale: #8A8A8A. Windows color (decimal): -371582 or 8541434. OLE color: 8541434.
HSL color Cylindrical-coordinate representation of color #FA5482: hue angle of 343.37º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA5482 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 84 | 130 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.02 |
| HSL | 343.37º | 0.94% | 0.65% | - |
| HSV(B) | 343.37º | 0.66% | 0.98% | - |
| XYZ | 46.62 | 28.28 | 24.12 | - |
| YUV | 138.88 | 123 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 84 | 130 | 0 | 0.66 | 0.48 | 0.02 | 343.37 | 0.94 | 0.65 |
| Hex | FA | 54 | 82 | 0 | 42 | 30 | 2 | 157 | 5E | 41 |
| Octal | 372 | 124 | 202 | 0 | 102 | 60 | 2 | 527 | 136 | 101 |
| Binary | 11111010 | 1010100 | 10000010 | 0 | 1000010 | 110000 | 10 | 101010111 | 1011110 | 1000001 |
Color Harmonies of #FA5482
Complementary color
Monochromatic Colors of #FA5482
Black with #FA5482
Text Example
Text Example
White with #FA5482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5482; }
p { color: rgb(250,84,130); }
H1.HeaderClassName
{
color: #FA5482;
}
.AnyTagClassName
{
color: #FA5482;
}
</style>
background-color css
<style>
a { background-color: #FA5482; }
a { background-color: rgb(250,84,130); }
div.DivClassName
{
background-color: #FA5482;
}
.BgClassName
{
background-color: #FA5482;
}
</style>
border-color css
<style>
span { border-color: #FA5482; }
span { border-color: rgb(250,84,130); }
td.TdClassName
{
border-color: #FA5482;
}
.TagClassName
{
border-color: #FA5482;
}
</style>