Shades of Brink Pink #FA587F
Tints of Brink Pink #FA587F
RGB
CMYK
RGB Variations
Color information
#FA587F (or 0xFA587F) is known color: Brink Pink. HEX triplet: FA, 58 and 7F. RGB value is (250,88,127). Sum of RGB (Red+Green+Blue) = 250+88+127=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA587F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA587F is #05A780. Grayscale: #8C8C8C. Windows color (decimal): -370561 or 8345850. OLE color: 8345850.
HSL color Cylindrical-coordinate representation of color #FA587F: hue angle of 345.56º 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 #FA587F is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 88 | 127 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.02 |
| HSL | 345.56º | 0.94% | 0.66% | - |
| HSV(B) | 345.56º | 0.65% | 0.98% | - |
| XYZ | 46.74 | 28.84 | 23.18 | - |
| YUV | 140.88 | 120.17 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 88 | 127 | 0 | 0.65 | 0.49 | 0.02 | 345.56 | 0.94 | 0.66 |
| Hex | FA | 58 | 7F | 0 | 41 | 31 | 2 | 15A | 5E | 42 |
| Octal | 372 | 130 | 177 | 0 | 101 | 61 | 2 | 532 | 136 | 102 |
| Binary | 11111010 | 1011000 | 1111111 | 0 | 1000001 | 110001 | 10 | 101011010 | 1011110 | 1000010 |
Color Harmonies of #FA587F
Complementary color
Monochromatic Colors of #FA587F
Black with #FA587F
Text Example
Text Example
White with #FA587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA587F; }
p { color: rgb(250,88,127); }
H1.HeaderClassName
{
color: #FA587F;
}
.AnyTagClassName
{
color: #FA587F;
}
</style>
background-color css
<style>
a { background-color: #FA587F; }
a { background-color: rgb(250,88,127); }
div.DivClassName
{
background-color: #FA587F;
}
.BgClassName
{
background-color: #FA587F;
}
</style>
border-color css
<style>
span { border-color: #FA587F; }
span { border-color: rgb(250,88,127); }
td.TdClassName
{
border-color: #FA587F;
}
.TagClassName
{
border-color: #FA587F;
}
</style>