Shades of Brink Pink #FF5A86
Tints of Brink Pink #FF5A86
RGB
CMYK
RGB Variations
Color information
#FF5A86 (or 0xFF5A86) is known color: Brink Pink. HEX triplet: FF, 5A and 86. RGB value is (255,90,134). Sum of RGB (Red+Green+Blue) = 255+90+134=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5A86 is #00A579. Grayscale: #909090. Windows color (decimal): -42362 or 8805119. OLE color: 8805119.
HSL color Cylindrical-coordinate representation of color #FF5A86: hue angle of 344º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF5A86 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 134 | - |
| CMYK | 0 | 0.65 | 0.47 | 0 |
| HSL | 344º | 1% | 0.68% | - |
| HSV(B) | 344º | 0.65% | 1% | - |
| XYZ | 49.2 | 30.29 | 25.81 | - |
| YUV | 144.35 | 122.16 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 134 | 0 | 0.65 | 0.47 | 0 | 344 | 1 | 0.68 |
| Hex | FF | 5A | 86 | 0 | 41 | 2F | 0 | 158 | 64 | 44 |
| Octal | 377 | 132 | 206 | 0 | 101 | 57 | 0 | 530 | 144 | 104 |
| Binary | 11111111 | 1011010 | 10000110 | 0 | 1000001 | 101111 | 0 | 101011000 | 1100100 | 1000100 |
Color Harmonies of #FF5A86
Complementary color
Monochromatic Colors of #FF5A86
Black with #FF5A86
Text Example
Text Example
White with #FF5A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A86; }
p { color: rgb(255,90,134); }
H1.HeaderClassName
{
color: #FF5A86;
}
.AnyTagClassName
{
color: #FF5A86;
}
</style>
background-color css
<style>
a { background-color: #FF5A86; }
a { background-color: rgb(255,90,134); }
div.DivClassName
{
background-color: #FF5A86;
}
.BgClassName
{
background-color: #FF5A86;
}
</style>
border-color css
<style>
span { border-color: #FF5A86; }
span { border-color: rgb(255,90,134); }
td.TdClassName
{
border-color: #FF5A86;
}
.TagClassName
{
border-color: #FF5A86;
}
</style>