Shades of Brink Pink #FF5883
Tints of Brink Pink #FF5883
RGB
CMYK
RGB Variations
Color information
#FF5883 (or 0xFF5883) is known color: Brink Pink. HEX triplet: FF, 58 and 83. RGB value is (255,88,131). Sum of RGB (Red+Green+Blue) = 255+88+131=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5883 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5883 is #00A77C. Grayscale: #8E8E8E. Windows color (decimal): -42877 or 8607999. OLE color: 8607999.
HSL color Cylindrical-coordinate representation of color #FF5883: hue angle of 344.55º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF5883 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 131 | - |
| CMYK | 0 | 0.65 | 0.49 | 0 |
| HSL | 344.55º | 1% | 0.67% | - |
| HSV(B) | 344.55º | 0.65% | 1% | - |
| XYZ | 48.83 | 29.88 | 24.67 | - |
| YUV | 142.84 | 121.33 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 131 | 0 | 0.65 | 0.49 | 0 | 344.55 | 1 | 0.67 |
| Hex | FF | 58 | 83 | 0 | 41 | 31 | 0 | 159 | 64 | 43 |
| Octal | 377 | 130 | 203 | 0 | 101 | 61 | 0 | 531 | 144 | 103 |
| Binary | 11111111 | 1011000 | 10000011 | 0 | 1000001 | 110001 | 0 | 101011001 | 1100100 | 1000011 |
Color Harmonies of #FF5883
Complementary color
Monochromatic Colors of #FF5883
Black with #FF5883
Text Example
Text Example
White with #FF5883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5883; }
p { color: rgb(255,88,131); }
H1.HeaderClassName
{
color: #FF5883;
}
.AnyTagClassName
{
color: #FF5883;
}
</style>
background-color css
<style>
a { background-color: #FF5883; }
a { background-color: rgb(255,88,131); }
div.DivClassName
{
background-color: #FF5883;
}
.BgClassName
{
background-color: #FF5883;
}
</style>
border-color css
<style>
span { border-color: #FF5883; }
span { border-color: rgb(255,88,131); }
td.TdClassName
{
border-color: #FF5883;
}
.TagClassName
{
border-color: #FF5883;
}
</style>