Shades of Brink Pink #FF5681
Tints of Brink Pink #FF5681
RGB
CMYK
RGB Variations
Color information
#FF5681 (or 0xFF5681) is known color: Brink Pink. HEX triplet: FF, 56 and 81. RGB value is (255,86,129). Sum of RGB (Red+Green+Blue) = 255+86+129=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5681 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5681 is #00A97E. Grayscale: #8D8D8D. Windows color (decimal): -43391 or 8476415. OLE color: 8476415.
HSL color Cylindrical-coordinate representation of color #FF5681: hue angle of 344.73º 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 #FF5681 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 129 | - |
| CMYK | 0 | 0.66 | 0.49 | 0 |
| HSL | 344.73º | 1% | 0.67% | - |
| HSV(B) | 344.73º | 0.66% | 1% | - |
| XYZ | 48.53 | 29.5 | 23.91 | - |
| YUV | 141.43 | 120.99 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 129 | 0 | 0.66 | 0.49 | 0 | 344.73 | 1 | 0.67 |
| Hex | FF | 56 | 81 | 0 | 42 | 31 | 0 | 159 | 64 | 43 |
| Octal | 377 | 126 | 201 | 0 | 102 | 61 | 0 | 531 | 144 | 103 |
| Binary | 11111111 | 1010110 | 10000001 | 0 | 1000010 | 110001 | 0 | 101011001 | 1100100 | 1000011 |
Color Harmonies of #FF5681
Complementary color
Monochromatic Colors of #FF5681
Black with #FF5681
Text Example
Text Example
White with #FF5681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5681; }
p { color: rgb(255,86,129); }
H1.HeaderClassName
{
color: #FF5681;
}
.AnyTagClassName
{
color: #FF5681;
}
</style>
background-color css
<style>
a { background-color: #FF5681; }
a { background-color: rgb(255,86,129); }
div.DivClassName
{
background-color: #FF5681;
}
.BgClassName
{
background-color: #FF5681;
}
</style>
border-color css
<style>
span { border-color: #FF5681; }
span { border-color: rgb(255,86,129); }
td.TdClassName
{
border-color: #FF5681;
}
.TagClassName
{
border-color: #FF5681;
}
</style>