Shades of Brink Pink #FF5780
Tints of Brink Pink #FF5780
RGB
CMYK
RGB Variations
Color information
#FF5780 (or 0xFF5780) is known color: Brink Pink. HEX triplet: FF, 57 and 80. RGB value is (255,87,128). Sum of RGB (Red+Green+Blue) = 255+87+128=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 87 (34.38% from 255 or 18.51% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5780 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5780 is #00A87F. Grayscale: #8D8D8D. Windows color (decimal): -43136 or 8411135. OLE color: 8411135.
HSL color Cylindrical-coordinate representation of color #FF5780: hue angle of 345.36º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF5780 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 128 | - |
| CMYK | 0 | 0.66 | 0.50 | 0 |
| HSL | 345.36º | 1% | 0.67% | - |
| HSV(B) | 345.36º | 0.66% | 1% | - |
| XYZ | 48.54 | 29.63 | 23.58 | - |
| YUV | 141.91 | 120.16 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 128 | 0 | 0.66 | 0.50 | 0 | 345.36 | 1 | 0.67 |
| Hex | FF | 57 | 80 | 0 | 42 | 32 | 0 | 159 | 64 | 43 |
| Octal | 377 | 127 | 200 | 0 | 102 | 62 | 0 | 531 | 144 | 103 |
| Binary | 11111111 | 1010111 | 10000000 | 0 | 1000010 | 110010 | 0 | 101011001 | 1100100 | 1000011 |
Color Harmonies of #FF5780
Complementary color
Monochromatic Colors of #FF5780
Black with #FF5780
Text Example
Text Example
White with #FF5780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5780; }
p { color: rgb(255,87,128); }
H1.HeaderClassName
{
color: #FF5780;
}
.AnyTagClassName
{
color: #FF5780;
}
</style>
background-color css
<style>
a { background-color: #FF5780; }
a { background-color: rgb(255,87,128); }
div.DivClassName
{
background-color: #FF5780;
}
.BgClassName
{
background-color: #FF5780;
}
</style>
border-color css
<style>
span { border-color: #FF5780; }
span { border-color: rgb(255,87,128); }
td.TdClassName
{
border-color: #FF5780;
}
.TagClassName
{
border-color: #FF5780;
}
</style>