Shades of Brink Pink #FB5A8B
Tints of Brink Pink #FB5A8B
RGB
CMYK
RGB Variations
Color information
#FB5A8B (or 0xFB5A8B) is known color: Brink Pink. HEX triplet: FB, 5A and 8B. RGB value is (251,90,139). Sum of RGB (Red+Green+Blue) = 251+90+139=480 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.29% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5A8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5A8B is #04A574. Grayscale: #8F8F8F. Windows color (decimal): -304501 or 9132795. OLE color: 9132795.
HSL color Cylindrical-coordinate representation of color #FB5A8B: hue angle of 341.74º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB5A8B is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 90 | 139 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.02 |
| HSL | 341.74º | 0.95% | 0.67% | - |
| HSV(B) | 341.74º | 0.64% | 0.98% | - |
| XYZ | 48.1 | 29.69 | 27.62 | - |
| YUV | 143.73 | 125.34 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 90 | 139 | 0 | 0.64 | 0.45 | 0.02 | 341.74 | 0.95 | 0.67 |
| Hex | FB | 5A | 8B | 0 | 40 | 2D | 2 | 156 | 5F | 43 |
| Octal | 373 | 132 | 213 | 0 | 100 | 55 | 2 | 526 | 137 | 103 |
| Binary | 11111011 | 1011010 | 10001011 | 0 | 1000000 | 101101 | 10 | 101010110 | 1011111 | 1000011 |
Color Harmonies of #FB5A8B
Complementary color
Monochromatic Colors of #FB5A8B
Black with #FB5A8B
Text Example
Text Example
White with #FB5A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5A8B; }
p { color: rgb(251,90,139); }
H1.HeaderClassName
{
color: #FB5A8B;
}
.AnyTagClassName
{
color: #FB5A8B;
}
</style>
background-color css
<style>
a { background-color: #FB5A8B; }
a { background-color: rgb(251,90,139); }
div.DivClassName
{
background-color: #FB5A8B;
}
.BgClassName
{
background-color: #FB5A8B;
}
</style>
border-color css
<style>
span { border-color: #FB5A8B; }
span { border-color: rgb(251,90,139); }
td.TdClassName
{
border-color: #FB5A8B;
}
.TagClassName
{
border-color: #FB5A8B;
}
</style>