Shades of Brink Pink #FB5D8D
Tints of Brink Pink #FB5D8D
RGB
CMYK
RGB Variations
Color information
#FB5D8D (or 0xFB5D8D) is known color: Brink Pink. HEX triplet: FB, 5D and 8D. RGB value is (251,93,141). Sum of RGB (Red+Green+Blue) = 251+93+141=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5D8D is #04A272. Grayscale: #919191. Windows color (decimal): -303731 or 9264635. OLE color: 9264635.
HSL color Cylindrical-coordinate representation of color #FB5D8D: hue angle of 341.77º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5D8D is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 141 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.02 |
| HSL | 341.77º | 0.95% | 0.67% | - |
| HSV(B) | 341.77º | 0.63% | 0.98% | - |
| XYZ | 48.51 | 30.26 | 28.48 | - |
| YUV | 145.71 | 125.35 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 141 | 0 | 0.63 | 0.44 | 0.02 | 341.77 | 0.95 | 0.67 |
| Hex | FB | 5D | 8D | 0 | 3F | 2C | 2 | 156 | 5F | 43 |
| Octal | 373 | 135 | 215 | 0 | 77 | 54 | 2 | 526 | 137 | 103 |
| Binary | 11111011 | 1011101 | 10001101 | 0 | 111111 | 101100 | 10 | 101010110 | 1011111 | 1000011 |
Color Harmonies of #FB5D8D
Complementary color
Monochromatic Colors of #FB5D8D
Black with #FB5D8D
Text Example
Text Example
White with #FB5D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5D8D; }
p { color: rgb(251,93,141); }
H1.HeaderClassName
{
color: #FB5D8D;
}
.AnyTagClassName
{
color: #FB5D8D;
}
</style>
background-color css
<style>
a { background-color: #FB5D8D; }
a { background-color: rgb(251,93,141); }
div.DivClassName
{
background-color: #FB5D8D;
}
.BgClassName
{
background-color: #FB5D8D;
}
</style>
border-color css
<style>
span { border-color: #FB5D8D; }
span { border-color: rgb(251,93,141); }
td.TdClassName
{
border-color: #FB5D8D;
}
.TagClassName
{
border-color: #FB5D8D;
}
</style>