Shades of Brink Pink #FA5D86
Tints of Brink Pink #FA5D86
RGB
CMYK
RGB Variations
Color information
#FA5D86 (or 0xFA5D86) is known color: Brink Pink. HEX triplet: FA, 5D and 86. RGB value is (250,93,134). Sum of RGB (Red+Green+Blue) = 250+93+134=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5D86 is #05A279. Grayscale: #909090. Windows color (decimal): -369274 or 8805882. OLE color: 8805882.
HSL color Cylindrical-coordinate representation of color #FA5D86: hue angle of 344.33º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA5D86 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 93 | 134 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.02 |
| HSL | 344.33º | 0.94% | 0.67% | - |
| HSV(B) | 344.33º | 0.63% | 0.98% | - |
| XYZ | 47.64 | 29.87 | 25.81 | - |
| YUV | 144.62 | 122.01 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 93 | 134 | 0 | 0.63 | 0.46 | 0.02 | 344.33 | 0.94 | 0.67 |
| Hex | FA | 5D | 86 | 0 | 3F | 2E | 2 | 158 | 5E | 43 |
| Octal | 372 | 135 | 206 | 0 | 77 | 56 | 2 | 530 | 136 | 103 |
| Binary | 11111010 | 1011101 | 10000110 | 0 | 111111 | 101110 | 10 | 101011000 | 1011110 | 1000011 |
Color Harmonies of #FA5D86
Complementary color
Monochromatic Colors of #FA5D86
Black with #FA5D86
Text Example
Text Example
White with #FA5D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5D86; }
p { color: rgb(250,93,134); }
H1.HeaderClassName
{
color: #FA5D86;
}
.AnyTagClassName
{
color: #FA5D86;
}
</style>
background-color css
<style>
a { background-color: #FA5D86; }
a { background-color: rgb(250,93,134); }
div.DivClassName
{
background-color: #FA5D86;
}
.BgClassName
{
background-color: #FA5D86;
}
</style>
border-color css
<style>
span { border-color: #FA5D86; }
span { border-color: rgb(250,93,134); }
td.TdClassName
{
border-color: #FA5D86;
}
.TagClassName
{
border-color: #FA5D86;
}
</style>