Shades of Brink Pink #FF5D81
Tints of Brink Pink #FF5D81
RGB
CMYK
RGB Variations
Color information
#FF5D81 (or 0xFF5D81) is known color: Brink Pink. HEX triplet: FF, 5D and 81. RGB value is (255,93,129). Sum of RGB (Red+Green+Blue) = 255+93+129=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5D81 is #00A27E. Grayscale: #919191. Windows color (decimal): -41599 or 8478207. OLE color: 8478207.
HSL color Cylindrical-coordinate representation of color #FF5D81: hue angle of 346.67º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5D81 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 129 | - |
| CMYK | 0 | 0.64 | 0.49 | 0 |
| HSL | 346.67º | 1% | 0.68% | - |
| HSV(B) | 346.67º | 0.64% | 1% | - |
| XYZ | 49.12 | 30.67 | 24.1 | - |
| YUV | 145.54 | 118.67 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 129 | 0 | 0.64 | 0.49 | 0 | 346.67 | 1 | 0.68 |
| Hex | FF | 5D | 81 | 0 | 40 | 31 | 0 | 15B | 64 | 44 |
| Octal | 377 | 135 | 201 | 0 | 100 | 61 | 0 | 533 | 144 | 104 |
| Binary | 11111111 | 1011101 | 10000001 | 0 | 1000000 | 110001 | 0 | 101011011 | 1100100 | 1000100 |
Color Harmonies of #FF5D81
Complementary color
Monochromatic Colors of #FF5D81
Black with #FF5D81
Text Example
Text Example
White with #FF5D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5D81; }
p { color: rgb(255,93,129); }
H1.HeaderClassName
{
color: #FF5D81;
}
.AnyTagClassName
{
color: #FF5D81;
}
</style>
background-color css
<style>
a { background-color: #FF5D81; }
a { background-color: rgb(255,93,129); }
div.DivClassName
{
background-color: #FF5D81;
}
.BgClassName
{
background-color: #FF5D81;
}
</style>
border-color css
<style>
span { border-color: #FF5D81; }
span { border-color: rgb(255,93,129); }
td.TdClassName
{
border-color: #FF5D81;
}
.TagClassName
{
border-color: #FF5D81;
}
</style>