Shades of Brink Pink #FB5E8C
Tints of Brink Pink #FB5E8C
RGB
CMYK
RGB Variations
Color information
#FB5E8C (or 0xFB5E8C) is known color: Brink Pink. HEX triplet: FB, 5E and 8C. RGB value is (251,94,140). Sum of RGB (Red+Green+Blue) = 251+94+140=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5E8C is #04A173. Grayscale: #929292. Windows color (decimal): -303476 or 9199355. OLE color: 9199355.
HSL color Cylindrical-coordinate representation of color #FB5E8C: hue angle of 342.42º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5E8C is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 140 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.02 |
| HSL | 342.42º | 0.95% | 0.68% | - |
| HSV(B) | 342.42º | 0.63% | 0.98% | - |
| XYZ | 48.52 | 30.41 | 28.12 | - |
| YUV | 146.19 | 124.51 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 140 | 0 | 0.63 | 0.44 | 0.02 | 342.42 | 0.95 | 0.68 |
| Hex | FB | 5E | 8C | 0 | 3F | 2C | 2 | 156 | 5F | 44 |
| Octal | 373 | 136 | 214 | 0 | 77 | 54 | 2 | 526 | 137 | 104 |
| Binary | 11111011 | 1011110 | 10001100 | 0 | 111111 | 101100 | 10 | 101010110 | 1011111 | 1000100 |
Color Harmonies of #FB5E8C
Complementary color
Monochromatic Colors of #FB5E8C
Black with #FB5E8C
Text Example
Text Example
White with #FB5E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5E8C; }
p { color: rgb(251,94,140); }
H1.HeaderClassName
{
color: #FB5E8C;
}
.AnyTagClassName
{
color: #FB5E8C;
}
</style>
background-color css
<style>
a { background-color: #FB5E8C; }
a { background-color: rgb(251,94,140); }
div.DivClassName
{
background-color: #FB5E8C;
}
.BgClassName
{
background-color: #FB5E8C;
}
</style>
border-color css
<style>
span { border-color: #FB5E8C; }
span { border-color: rgb(251,94,140); }
td.TdClassName
{
border-color: #FB5E8C;
}
.TagClassName
{
border-color: #FB5E8C;
}
</style>