Shades of Brink Pink #FB7080
Tints of Brink Pink #FB7080
RGB
CMYK
RGB Variations
Color information
#FB7080 (or 0xFB7080) is known color: Brink Pink. HEX triplet: FB, 70 and 80. RGB value is (251,112,128). Sum of RGB (Red+Green+Blue) = 251+112+128=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7080 is #048F7F. Grayscale: #9B9B9B. Windows color (decimal): -298880 or 8417531. OLE color: 8417531.
HSL color Cylindrical-coordinate representation of color #FB7080: hue angle of 353.09º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB7080 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 128 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.02 |
| HSL | 353.09º | 0.95% | 0.71% | - |
| HSV(B) | 353.09º | 0.55% | 0.98% | - |
| XYZ | 49.47 | 33.66 | 24.31 | - |
| YUV | 155.39 | 112.55 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 128 | 0 | 0.55 | 0.49 | 0.02 | 353.09 | 0.95 | 0.71 |
| Hex | FB | 70 | 80 | 0 | 37 | 31 | 2 | 161 | 5F | 47 |
| Octal | 373 | 160 | 200 | 0 | 67 | 61 | 2 | 541 | 137 | 107 |
| Binary | 11111011 | 1110000 | 10000000 | 0 | 110111 | 110001 | 10 | 101100001 | 1011111 | 1000111 |
Color Harmonies of #FB7080
Complementary color
Monochromatic Colors of #FB7080
Black with #FB7080
Text Example
Text Example
White with #FB7080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7080; }
p { color: rgb(251,112,128); }
H1.HeaderClassName
{
color: #FB7080;
}
.AnyTagClassName
{
color: #FB7080;
}
</style>
background-color css
<style>
a { background-color: #FB7080; }
a { background-color: rgb(251,112,128); }
div.DivClassName
{
background-color: #FB7080;
}
.BgClassName
{
background-color: #FB7080;
}
</style>
border-color css
<style>
span { border-color: #FB7080; }
span { border-color: rgb(251,112,128); }
td.TdClassName
{
border-color: #FB7080;
}
.TagClassName
{
border-color: #FB7080;
}
</style>