Shades of Brink Pink #FB5A85
Tints of Brink Pink #FB5A85
RGB
CMYK
RGB Variations
Color information
#FB5A85 (or 0xFB5A85) is known color: Brink Pink. HEX triplet: FB, 5A and 85. RGB value is (251,90,133). Sum of RGB (Red+Green+Blue) = 251+90+133=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5A85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5A85 is #04A57A. Grayscale: #8F8F8F. Windows color (decimal): -304507 or 8739579. OLE color: 8739579.
HSL color Cylindrical-coordinate representation of color #FB5A85: hue angle of 343.98º 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 #FB5A85 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 90 | 133 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.02 |
| HSL | 343.98º | 0.95% | 0.67% | - |
| HSV(B) | 343.98º | 0.64% | 0.98% | - |
| XYZ | 47.67 | 29.52 | 25.37 | - |
| YUV | 143.04 | 122.34 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 90 | 133 | 0 | 0.64 | 0.47 | 0.02 | 343.98 | 0.95 | 0.67 |
| Hex | FB | 5A | 85 | 0 | 40 | 2F | 2 | 158 | 5F | 43 |
| Octal | 373 | 132 | 205 | 0 | 100 | 57 | 2 | 530 | 137 | 103 |
| Binary | 11111011 | 1011010 | 10000101 | 0 | 1000000 | 101111 | 10 | 101011000 | 1011111 | 1000011 |
Color Harmonies of #FB5A85
Complementary color
Monochromatic Colors of #FB5A85
Black with #FB5A85
Text Example
Text Example
White with #FB5A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5A85; }
p { color: rgb(251,90,133); }
H1.HeaderClassName
{
color: #FB5A85;
}
.AnyTagClassName
{
color: #FB5A85;
}
</style>
background-color css
<style>
a { background-color: #FB5A85; }
a { background-color: rgb(251,90,133); }
div.DivClassName
{
background-color: #FB5A85;
}
.BgClassName
{
background-color: #FB5A85;
}
</style>
border-color css
<style>
span { border-color: #FB5A85; }
span { border-color: rgb(251,90,133); }
td.TdClassName
{
border-color: #FB5A85;
}
.TagClassName
{
border-color: #FB5A85;
}
</style>