Shades of Brink Pink #FF5E90
Tints of Brink Pink #FF5E90
RGB
CMYK
RGB Variations
Color information
#FF5E90 (or 0xFF5E90) is known color: Brink Pink. HEX triplet: FF, 5E and 90. RGB value is (255,94,144). Sum of RGB (Red+Green+Blue) = 255+94+144=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5E90 is #00A16F. Grayscale: #939393. Windows color (decimal): -41328 or 9461503. OLE color: 9461503.
HSL color Cylindrical-coordinate representation of color #FF5E90: hue angle of 341.37º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5E90 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 144 | - |
| CMYK | 0 | 0.63 | 0.44 | 0 |
| HSL | 341.37º | 1% | 0.68% | - |
| HSV(B) | 341.37º | 0.63% | 1% | - |
| XYZ | 50.28 | 31.28 | 29.77 | - |
| YUV | 147.84 | 125.84 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 144 | 0 | 0.63 | 0.44 | 0 | 341.37 | 1 | 0.68 |
| Hex | FF | 5E | 90 | 0 | 3F | 2C | 0 | 155 | 64 | 44 |
| Octal | 377 | 136 | 220 | 0 | 77 | 54 | 0 | 525 | 144 | 104 |
| Binary | 11111111 | 1011110 | 10010000 | 0 | 111111 | 101100 | 0 | 101010101 | 1100100 | 1000100 |
Color Harmonies of #FF5E90
Complementary color
Monochromatic Colors of #FF5E90
Black with #FF5E90
Text Example
Text Example
White with #FF5E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5E90; }
p { color: rgb(255,94,144); }
H1.HeaderClassName
{
color: #FF5E90;
}
.AnyTagClassName
{
color: #FF5E90;
}
</style>
background-color css
<style>
a { background-color: #FF5E90; }
a { background-color: rgb(255,94,144); }
div.DivClassName
{
background-color: #FF5E90;
}
.BgClassName
{
background-color: #FF5E90;
}
</style>
border-color css
<style>
span { border-color: #FF5E90; }
span { border-color: rgb(255,94,144); }
td.TdClassName
{
border-color: #FF5E90;
}
.TagClassName
{
border-color: #FF5E90;
}
</style>