Shades of Brink Pink #FA5584
Tints of Brink Pink #FA5584
RGB
CMYK
RGB Variations
Color information
#FA5584 (or 0xFA5584) is known color: Brink Pink. HEX triplet: FA, 55 and 84. RGB value is (250,85,132). Sum of RGB (Red+Green+Blue) = 250+85+132=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5584 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5584 is #05AA7B. Grayscale: #8B8B8B. Windows color (decimal): -371324 or 8672762. OLE color: 8672762.
HSL color Cylindrical-coordinate representation of color #FA5584: hue angle of 342.91º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA5584 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 132 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.02 |
| HSL | 342.91º | 0.94% | 0.66% | - |
| HSV(B) | 342.91º | 0.66% | 0.98% | - |
| XYZ | 46.84 | 28.49 | 24.86 | - |
| YUV | 139.69 | 123.66 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 132 | 0 | 0.66 | 0.47 | 0.02 | 342.91 | 0.94 | 0.66 |
| Hex | FA | 55 | 84 | 0 | 42 | 2F | 2 | 157 | 5E | 42 |
| Octal | 372 | 125 | 204 | 0 | 102 | 57 | 2 | 527 | 136 | 102 |
| Binary | 11111010 | 1010101 | 10000100 | 0 | 1000010 | 101111 | 10 | 101010111 | 1011110 | 1000010 |
Color Harmonies of #FA5584
Complementary color
Monochromatic Colors of #FA5584
Black with #FA5584
Text Example
Text Example
White with #FA5584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5584; }
p { color: rgb(250,85,132); }
H1.HeaderClassName
{
color: #FA5584;
}
.AnyTagClassName
{
color: #FA5584;
}
</style>
background-color css
<style>
a { background-color: #FA5584; }
a { background-color: rgb(250,85,132); }
div.DivClassName
{
background-color: #FA5584;
}
.BgClassName
{
background-color: #FA5584;
}
</style>
border-color css
<style>
span { border-color: #FA5584; }
span { border-color: rgb(250,85,132); }
td.TdClassName
{
border-color: #FA5584;
}
.TagClassName
{
border-color: #FA5584;
}
</style>