Shades of Brink Pink #FB5881
Tints of Brink Pink #FB5881
RGB
CMYK
RGB Variations
Color information
#FB5881 (or 0xFB5881) is known color: Brink Pink. HEX triplet: FB, 58 and 81. RGB value is (251,88,129). Sum of RGB (Red+Green+Blue) = 251+88+129=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5881 is #04A77E. Grayscale: #8D8D8D. Windows color (decimal): -305023 or 8476923. OLE color: 8476923.
HSL color Cylindrical-coordinate representation of color #FB5881: hue angle of 344.91º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB5881 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 88 | 129 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.02 |
| HSL | 344.91º | 0.95% | 0.66% | - |
| HSV(B) | 344.91º | 0.65% | 0.98% | - |
| XYZ | 47.24 | 29.07 | 23.89 | - |
| YUV | 141.41 | 121 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 88 | 129 | 0 | 0.65 | 0.49 | 0.02 | 344.91 | 0.95 | 0.66 |
| Hex | FB | 58 | 81 | 0 | 41 | 31 | 2 | 159 | 5F | 42 |
| Octal | 373 | 130 | 201 | 0 | 101 | 61 | 2 | 531 | 137 | 102 |
| Binary | 11111011 | 1011000 | 10000001 | 0 | 1000001 | 110001 | 10 | 101011001 | 1011111 | 1000010 |
Color Harmonies of #FB5881
Complementary color
Monochromatic Colors of #FB5881
Black with #FB5881
Text Example
Text Example
White with #FB5881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5881; }
p { color: rgb(251,88,129); }
H1.HeaderClassName
{
color: #FB5881;
}
.AnyTagClassName
{
color: #FB5881;
}
</style>
background-color css
<style>
a { background-color: #FB5881; }
a { background-color: rgb(251,88,129); }
div.DivClassName
{
background-color: #FB5881;
}
.BgClassName
{
background-color: #FB5881;
}
</style>
border-color css
<style>
span { border-color: #FB5881; }
span { border-color: rgb(251,88,129); }
td.TdClassName
{
border-color: #FB5881;
}
.TagClassName
{
border-color: #FB5881;
}
</style>