Shades of Brink Pink #FF5781
Tints of Brink Pink #FF5781
RGB
CMYK
RGB Variations
Color information
#FF5781 (or 0xFF5781) is known color: Brink Pink. HEX triplet: FF, 57 and 81. RGB value is (255,87,129). Sum of RGB (Red+Green+Blue) = 255+87+129=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5781 is #00A87E. Grayscale: #8E8E8E. Windows color (decimal): -43135 or 8476671. OLE color: 8476671.
HSL color Cylindrical-coordinate representation of color #FF5781: hue angle of 345º 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 #FF5781 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 129 | - |
| CMYK | 0 | 0.66 | 0.49 | 0 |
| HSL | 345º | 1% | 0.67% | - |
| HSV(B) | 345º | 0.66% | 1% | - |
| XYZ | 48.61 | 29.66 | 23.93 | - |
| YUV | 142.02 | 120.66 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 129 | 0 | 0.66 | 0.49 | 0 | 345 | 1 | 0.67 |
| Hex | FF | 57 | 81 | 0 | 42 | 31 | 0 | 159 | 64 | 43 |
| Octal | 377 | 127 | 201 | 0 | 102 | 61 | 0 | 531 | 144 | 103 |
| Binary | 11111111 | 1010111 | 10000001 | 0 | 1000010 | 110001 | 0 | 101011001 | 1100100 | 1000011 |
Color Harmonies of #FF5781
Complementary color
Monochromatic Colors of #FF5781
Black with #FF5781
Text Example
Text Example
White with #FF5781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5781; }
p { color: rgb(255,87,129); }
H1.HeaderClassName
{
color: #FF5781;
}
.AnyTagClassName
{
color: #FF5781;
}
</style>
background-color css
<style>
a { background-color: #FF5781; }
a { background-color: rgb(255,87,129); }
div.DivClassName
{
background-color: #FF5781;
}
.BgClassName
{
background-color: #FF5781;
}
</style>
border-color css
<style>
span { border-color: #FF5781; }
span { border-color: rgb(255,87,129); }
td.TdClassName
{
border-color: #FF5781;
}
.TagClassName
{
border-color: #FF5781;
}
</style>