Shades of Brink Pink #FF5D88
Tints of Brink Pink #FF5D88
RGB
CMYK
RGB Variations
Color information
#FF5D88 (or 0xFF5D88) is known color: Brink Pink. HEX triplet: FF, 5D and 88. RGB value is (255,93,136). Sum of RGB (Red+Green+Blue) = 255+93+136=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5D88 is #00A277. Grayscale: #929292. Windows color (decimal): -41592 or 8936959. OLE color: 8936959.
HSL color Cylindrical-coordinate representation of color #FF5D88: hue angle of 344.07º 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 #FF5D88 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 136 | - |
| CMYK | 0 | 0.64 | 0.47 | 0 |
| HSL | 344.07º | 1% | 0.68% | - |
| HSV(B) | 344.07º | 0.64% | 1% | - |
| XYZ | 49.6 | 30.87 | 26.64 | - |
| YUV | 146.34 | 122.17 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 136 | 0 | 0.64 | 0.47 | 0 | 344.07 | 1 | 0.68 |
| Hex | FF | 5D | 88 | 0 | 40 | 2F | 0 | 158 | 64 | 44 |
| Octal | 377 | 135 | 210 | 0 | 100 | 57 | 0 | 530 | 144 | 104 |
| Binary | 11111111 | 1011101 | 10001000 | 0 | 1000000 | 101111 | 0 | 101011000 | 1100100 | 1000100 |
Color Harmonies of #FF5D88
Complementary color
Monochromatic Colors of #FF5D88
Black with #FF5D88
Text Example
Text Example
White with #FF5D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5D88; }
p { color: rgb(255,93,136); }
H1.HeaderClassName
{
color: #FF5D88;
}
.AnyTagClassName
{
color: #FF5D88;
}
</style>
background-color css
<style>
a { background-color: #FF5D88; }
a { background-color: rgb(255,93,136); }
div.DivClassName
{
background-color: #FF5D88;
}
.BgClassName
{
background-color: #FF5D88;
}
</style>
border-color css
<style>
span { border-color: #FF5D88; }
span { border-color: rgb(255,93,136); }
td.TdClassName
{
border-color: #FF5D88;
}
.TagClassName
{
border-color: #FF5D88;
}
</style>