Shades of Brink Pink #FA5880
Tints of Brink Pink #FA5880
RGB
CMYK
RGB Variations
Color information
#FA5880 (or 0xFA5880) is known color: Brink Pink. HEX triplet: FA, 58 and 80. RGB value is (250,88,128). Sum of RGB (Red+Green+Blue) = 250+88+128=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5880 is #05A77F. Grayscale: #8D8D8D. Windows color (decimal): -370560 or 8411386. OLE color: 8411386.
HSL color Cylindrical-coordinate representation of color #FA5880: hue angle of 345.19º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA5880 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 88 | 128 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.02 |
| HSL | 345.19º | 0.94% | 0.66% | - |
| HSV(B) | 345.19º | 0.65% | 0.98% | - |
| XYZ | 46.81 | 28.86 | 23.53 | - |
| YUV | 141 | 120.67 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 88 | 128 | 0 | 0.65 | 0.49 | 0.02 | 345.19 | 0.94 | 0.66 |
| Hex | FA | 58 | 80 | 0 | 41 | 31 | 2 | 159 | 5E | 42 |
| Octal | 372 | 130 | 200 | 0 | 101 | 61 | 2 | 531 | 136 | 102 |
| Binary | 11111010 | 1011000 | 10000000 | 0 | 1000001 | 110001 | 10 | 101011001 | 1011110 | 1000010 |
Color Harmonies of #FA5880
Complementary color
Monochromatic Colors of #FA5880
Black with #FA5880
Text Example
Text Example
White with #FA5880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5880; }
p { color: rgb(250,88,128); }
H1.HeaderClassName
{
color: #FA5880;
}
.AnyTagClassName
{
color: #FA5880;
}
</style>
background-color css
<style>
a { background-color: #FA5880; }
a { background-color: rgb(250,88,128); }
div.DivClassName
{
background-color: #FA5880;
}
.BgClassName
{
background-color: #FA5880;
}
</style>
border-color css
<style>
span { border-color: #FA5880; }
span { border-color: rgb(250,88,128); }
td.TdClassName
{
border-color: #FA5880;
}
.TagClassName
{
border-color: #FA5880;
}
</style>