Shades of Brink Pink #FB7882
Tints of Brink Pink #FB7882
RGB
CMYK
RGB Variations
Color information
#FB7882 (or 0xFB7882) is known color: Brink Pink. HEX triplet: FB, 78 and 82. RGB value is (251,120,130). Sum of RGB (Red+Green+Blue) = 251+120+130=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7882 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7882 is #04877D. Grayscale: #A0A0A0. Windows color (decimal): -296830 or 8550651. OLE color: 8550651.
HSL color Cylindrical-coordinate representation of color #FB7882: hue angle of 355.42º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FB7882 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 120 | 130 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.02 |
| HSL | 355.42º | 0.94% | 0.73% | - |
| HSV(B) | 355.42º | 0.52% | 0.98% | - |
| XYZ | 50.53 | 35.55 | 25.32 | - |
| YUV | 160.31 | 110.9 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 120 | 130 | 0 | 0.52 | 0.48 | 0.02 | 355.42 | 0.94 | 0.73 |
| Hex | FB | 78 | 82 | 0 | 34 | 30 | 2 | 163 | 5E | 49 |
| Octal | 373 | 170 | 202 | 0 | 64 | 60 | 2 | 543 | 136 | 111 |
| Binary | 11111011 | 1111000 | 10000010 | 0 | 110100 | 110000 | 10 | 101100011 | 1011110 | 1001001 |
Color Harmonies of #FB7882
Complementary color
Monochromatic Colors of #FB7882
Black with #FB7882
Text Example
Text Example
White with #FB7882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7882; }
p { color: rgb(251,120,130); }
H1.HeaderClassName
{
color: #FB7882;
}
.AnyTagClassName
{
color: #FB7882;
}
</style>
background-color css
<style>
a { background-color: #FB7882; }
a { background-color: rgb(251,120,130); }
div.DivClassName
{
background-color: #FB7882;
}
.BgClassName
{
background-color: #FB7882;
}
</style>
border-color css
<style>
span { border-color: #FB7882; }
span { border-color: rgb(251,120,130); }
td.TdClassName
{
border-color: #FB7882;
}
.TagClassName
{
border-color: #FB7882;
}
</style>