Shades of Brink Pink #FF5D83
Tints of Brink Pink #FF5D83
RGB
CMYK
RGB Variations
Color information
#FF5D83 (or 0xFF5D83) is known color: Brink Pink. HEX triplet: FF, 5D and 83. RGB value is (255,93,131). Sum of RGB (Red+Green+Blue) = 255+93+131=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5D83 is #00A27C. Grayscale: #919191. Windows color (decimal): -41597 or 8609279. OLE color: 8609279.
HSL color Cylindrical-coordinate representation of color #FF5D83: hue angle of 345.93º 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 #FF5D83 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 131 | - |
| CMYK | 0 | 0.64 | 0.49 | 0 |
| HSL | 345.93º | 1% | 0.68% | - |
| HSV(B) | 345.93º | 0.64% | 1% | - |
| XYZ | 49.25 | 30.73 | 24.81 | - |
| YUV | 145.77 | 119.67 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 131 | 0 | 0.64 | 0.49 | 0 | 345.93 | 1 | 0.68 |
| Hex | FF | 5D | 83 | 0 | 40 | 31 | 0 | 15A | 64 | 44 |
| Octal | 377 | 135 | 203 | 0 | 100 | 61 | 0 | 532 | 144 | 104 |
| Binary | 11111111 | 1011101 | 10000011 | 0 | 1000000 | 110001 | 0 | 101011010 | 1100100 | 1000100 |
Color Harmonies of #FF5D83
Complementary color
Monochromatic Colors of #FF5D83
Black with #FF5D83
Text Example
Text Example
White with #FF5D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5D83; }
p { color: rgb(255,93,131); }
H1.HeaderClassName
{
color: #FF5D83;
}
.AnyTagClassName
{
color: #FF5D83;
}
</style>
background-color css
<style>
a { background-color: #FF5D83; }
a { background-color: rgb(255,93,131); }
div.DivClassName
{
background-color: #FF5D83;
}
.BgClassName
{
background-color: #FF5D83;
}
</style>
border-color css
<style>
span { border-color: #FF5D83; }
span { border-color: rgb(255,93,131); }
td.TdClassName
{
border-color: #FF5D83;
}
.TagClassName
{
border-color: #FF5D83;
}
</style>