Shades of Brink Pink #FB5D90
Tints of Brink Pink #FB5D90
RGB
CMYK
RGB Variations
Color information
#FB5D90 (or 0xFB5D90) is known color: Brink Pink. HEX triplet: FB, 5D and 90. RGB value is (251,93,144). Sum of RGB (Red+Green+Blue) = 251+93+144=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5D90 is #04A26F. Grayscale: #929292. Windows color (decimal): -303728 or 9461243. OLE color: 9461243.
HSL color Cylindrical-coordinate representation of color #FB5D90: hue angle of 340.63º 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 #FB5D90 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 144 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.02 |
| HSL | 340.63º | 0.95% | 0.67% | - |
| HSV(B) | 340.63º | 0.63% | 0.98% | - |
| XYZ | 48.73 | 30.35 | 29.68 | - |
| YUV | 146.06 | 126.85 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 144 | 0 | 0.63 | 0.43 | 0.02 | 340.63 | 0.95 | 0.67 |
| Hex | FB | 5D | 90 | 0 | 3F | 2B | 2 | 155 | 5F | 43 |
| Octal | 373 | 135 | 220 | 0 | 77 | 53 | 2 | 525 | 137 | 103 |
| Binary | 11111011 | 1011101 | 10010000 | 0 | 111111 | 101011 | 10 | 101010101 | 1011111 | 1000011 |
Color Harmonies of #FB5D90
Complementary color
Monochromatic Colors of #FB5D90
Black with #FB5D90
Text Example
Text Example
White with #FB5D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5D90; }
p { color: rgb(251,93,144); }
H1.HeaderClassName
{
color: #FB5D90;
}
.AnyTagClassName
{
color: #FB5D90;
}
</style>
background-color css
<style>
a { background-color: #FB5D90; }
a { background-color: rgb(251,93,144); }
div.DivClassName
{
background-color: #FB5D90;
}
.BgClassName
{
background-color: #FB5D90;
}
</style>
border-color css
<style>
span { border-color: #FB5D90; }
span { border-color: rgb(251,93,144); }
td.TdClassName
{
border-color: #FB5D90;
}
.TagClassName
{
border-color: #FB5D90;
}
</style>