Shades of Brink Pink #FF5788
Tints of Brink Pink #FF5788
RGB
CMYK
RGB Variations
Color information
#FF5788 (or 0xFF5788) is known color: Brink Pink. HEX triplet: FF, 57 and 88. RGB value is (255,87,136). Sum of RGB (Red+Green+Blue) = 255+87+136=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 87 (34.38% from 255 or 18.20% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5788 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5788 is #00A877. Grayscale: #8E8E8E. Windows color (decimal): -43128 or 8935423. OLE color: 8935423.
HSL color Cylindrical-coordinate representation of color #FF5788: hue angle of 342.5º 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 #FF5788 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 136 | - |
| CMYK | 0 | 0.66 | 0.47 | 0 |
| HSL | 342.5º | 1% | 0.67% | - |
| HSV(B) | 342.5º | 0.66% | 1% | - |
| XYZ | 49.09 | 29.85 | 26.47 | - |
| YUV | 142.82 | 124.16 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 136 | 0 | 0.66 | 0.47 | 0 | 342.5 | 1 | 0.67 |
| Hex | FF | 57 | 88 | 0 | 42 | 2F | 0 | 156 | 64 | 43 |
| Octal | 377 | 127 | 210 | 0 | 102 | 57 | 0 | 526 | 144 | 103 |
| Binary | 11111111 | 1010111 | 10001000 | 0 | 1000010 | 101111 | 0 | 101010110 | 1100100 | 1000011 |
Color Harmonies of #FF5788
Complementary color
Monochromatic Colors of #FF5788
Black with #FF5788
Text Example
Text Example
White with #FF5788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5788; }
p { color: rgb(255,87,136); }
H1.HeaderClassName
{
color: #FF5788;
}
.AnyTagClassName
{
color: #FF5788;
}
</style>
background-color css
<style>
a { background-color: #FF5788; }
a { background-color: rgb(255,87,136); }
div.DivClassName
{
background-color: #FF5788;
}
.BgClassName
{
background-color: #FF5788;
}
</style>
border-color css
<style>
span { border-color: #FF5788; }
span { border-color: rgb(255,87,136); }
td.TdClassName
{
border-color: #FF5788;
}
.TagClassName
{
border-color: #FF5788;
}
</style>