Shades of Brink Pink #FF5E80
Tints of Brink Pink #FF5E80
RGB
CMYK
RGB Variations
Color information
#FF5E80 (or 0xFF5E80) is known color: Brink Pink. HEX triplet: FF, 5E and 80. RGB value is (255,94,128). Sum of RGB (Red+Green+Blue) = 255+94+128=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5E80 is #00A17F. Grayscale: #929292. Windows color (decimal): -41344 or 8412927. OLE color: 8412927.
HSL color Cylindrical-coordinate representation of color #FF5E80: hue angle of 347.33º 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 #FF5E80 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 128 | - |
| CMYK | 0 | 0.63 | 0.50 | 0 |
| HSL | 347.33º | 1% | 0.68% | - |
| HSV(B) | 347.33º | 0.63% | 1% | - |
| XYZ | 49.14 | 30.82 | 23.78 | - |
| YUV | 146.02 | 117.84 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 128 | 0 | 0.63 | 0.50 | 0 | 347.33 | 1 | 0.68 |
| Hex | FF | 5E | 80 | 0 | 3F | 32 | 0 | 15B | 64 | 44 |
| Octal | 377 | 136 | 200 | 0 | 77 | 62 | 0 | 533 | 144 | 104 |
| Binary | 11111111 | 1011110 | 10000000 | 0 | 111111 | 110010 | 0 | 101011011 | 1100100 | 1000100 |
Color Harmonies of #FF5E80
Complementary color
Monochromatic Colors of #FF5E80
Black with #FF5E80
Text Example
Text Example
White with #FF5E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5E80; }
p { color: rgb(255,94,128); }
H1.HeaderClassName
{
color: #FF5E80;
}
.AnyTagClassName
{
color: #FF5E80;
}
</style>
background-color css
<style>
a { background-color: #FF5E80; }
a { background-color: rgb(255,94,128); }
div.DivClassName
{
background-color: #FF5E80;
}
.BgClassName
{
background-color: #FF5E80;
}
</style>
border-color css
<style>
span { border-color: #FF5E80; }
span { border-color: rgb(255,94,128); }
td.TdClassName
{
border-color: #FF5E80;
}
.TagClassName
{
border-color: #FF5E80;
}
</style>