Shades of Brink Pink #FA6582
Tints of Brink Pink #FA6582
RGB
CMYK
RGB Variations
Color information
#FA6582 (or 0xFA6582) is known color: Brink Pink. HEX triplet: FA, 65 and 82. RGB value is (250,101,130). Sum of RGB (Red+Green+Blue) = 250+101+130=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6582 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6582 is #059A7D. Grayscale: #949494. Windows color (decimal): -367230 or 8545786. OLE color: 8545786.
HSL color Cylindrical-coordinate representation of color #FA6582: hue angle of 348.32º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA6582 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 130 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.02 |
| HSL | 348.32º | 0.94% | 0.69% | - |
| HSV(B) | 348.32º | 0.6% | 0.98% | - |
| XYZ | 48.11 | 31.24 | 24.61 | - |
| YUV | 148.86 | 117.36 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 130 | 0 | 0.60 | 0.48 | 0.02 | 348.32 | 0.94 | 0.69 |
| Hex | FA | 65 | 82 | 0 | 3C | 30 | 2 | 15C | 5E | 45 |
| Octal | 372 | 145 | 202 | 0 | 74 | 60 | 2 | 534 | 136 | 105 |
| Binary | 11111010 | 1100101 | 10000010 | 0 | 111100 | 110000 | 10 | 101011100 | 1011110 | 1000101 |
Color Harmonies of #FA6582
Complementary color
Monochromatic Colors of #FA6582
Black with #FA6582
Text Example
Text Example
White with #FA6582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6582; }
p { color: rgb(250,101,130); }
H1.HeaderClassName
{
color: #FA6582;
}
.AnyTagClassName
{
color: #FA6582;
}
</style>
background-color css
<style>
a { background-color: #FA6582; }
a { background-color: rgb(250,101,130); }
div.DivClassName
{
background-color: #FA6582;
}
.BgClassName
{
background-color: #FA6582;
}
</style>
border-color css
<style>
span { border-color: #FA6582; }
span { border-color: rgb(250,101,130); }
td.TdClassName
{
border-color: #FA6582;
}
.TagClassName
{
border-color: #FA6582;
}
</style>