Shades of Brink Pink #FB5880
Tints of Brink Pink #FB5880
RGB
CMYK
RGB Variations
Color information
#FB5880 (or 0xFB5880) is known color: Brink Pink. HEX triplet: FB, 58 and 80. RGB value is (251,88,128). Sum of RGB (Red+Green+Blue) = 251+88+128=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5880 is #04A77F. Grayscale: #8D8D8D. Windows color (decimal): -305024 or 8411387. OLE color: 8411387.
HSL color Cylindrical-coordinate representation of color #FB5880: hue angle of 345.28º 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 #FB5880 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 88 | 128 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.02 |
| HSL | 345.28º | 0.95% | 0.66% | - |
| HSV(B) | 345.28º | 0.65% | 0.98% | - |
| XYZ | 47.17 | 29.05 | 23.54 | - |
| YUV | 141.3 | 120.5 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 88 | 128 | 0 | 0.65 | 0.49 | 0.02 | 345.28 | 0.95 | 0.66 |
| Hex | FB | 58 | 80 | 0 | 41 | 31 | 2 | 159 | 5F | 42 |
| Octal | 373 | 130 | 200 | 0 | 101 | 61 | 2 | 531 | 137 | 102 |
| Binary | 11111011 | 1011000 | 10000000 | 0 | 1000001 | 110001 | 10 | 101011001 | 1011111 | 1000010 |
Color Harmonies of #FB5880
Complementary color
Monochromatic Colors of #FB5880
Black with #FB5880
Text Example
Text Example
White with #FB5880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5880; }
p { color: rgb(251,88,128); }
H1.HeaderClassName
{
color: #FB5880;
}
.AnyTagClassName
{
color: #FB5880;
}
</style>
background-color css
<style>
a { background-color: #FB5880; }
a { background-color: rgb(251,88,128); }
div.DivClassName
{
background-color: #FB5880;
}
.BgClassName
{
background-color: #FB5880;
}
</style>
border-color css
<style>
span { border-color: #FB5880; }
span { border-color: rgb(251,88,128); }
td.TdClassName
{
border-color: #FB5880;
}
.TagClassName
{
border-color: #FB5880;
}
</style>