Shades of Brink Pink #FB5A8C
Tints of Brink Pink #FB5A8C
RGB
CMYK
RGB Variations
Color information
#FB5A8C (or 0xFB5A8C) is known color: Brink Pink. HEX triplet: FB, 5A and 8C. RGB value is (251,90,140). Sum of RGB (Red+Green+Blue) = 251+90+140=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5A8C is #04A573. Grayscale: #8F8F8F. Windows color (decimal): -304500 or 9198331. OLE color: 9198331.
HSL color Cylindrical-coordinate representation of color #FB5A8C: hue angle of 341.37º 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 #FB5A8C is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 90 | 140 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.02 |
| HSL | 341.37º | 0.95% | 0.67% | - |
| HSV(B) | 341.37º | 0.64% | 0.98% | - |
| XYZ | 48.17 | 29.72 | 28.01 | - |
| YUV | 143.84 | 125.84 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 90 | 140 | 0 | 0.64 | 0.44 | 0.02 | 341.37 | 0.95 | 0.67 |
| Hex | FB | 5A | 8C | 0 | 40 | 2C | 2 | 155 | 5F | 43 |
| Octal | 373 | 132 | 214 | 0 | 100 | 54 | 2 | 525 | 137 | 103 |
| Binary | 11111011 | 1011010 | 10001100 | 0 | 1000000 | 101100 | 10 | 101010101 | 1011111 | 1000011 |
Color Harmonies of #FB5A8C
Complementary color
Monochromatic Colors of #FB5A8C
Black with #FB5A8C
Text Example
Text Example
White with #FB5A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5A8C; }
p { color: rgb(251,90,140); }
H1.HeaderClassName
{
color: #FB5A8C;
}
.AnyTagClassName
{
color: #FB5A8C;
}
</style>
background-color css
<style>
a { background-color: #FB5A8C; }
a { background-color: rgb(251,90,140); }
div.DivClassName
{
background-color: #FB5A8C;
}
.BgClassName
{
background-color: #FB5A8C;
}
</style>
border-color css
<style>
span { border-color: #FB5A8C; }
span { border-color: rgb(251,90,140); }
td.TdClassName
{
border-color: #FB5A8C;
}
.TagClassName
{
border-color: #FB5A8C;
}
</style>