Shades of Brink Pink #FB728B
Tints of Brink Pink #FB728B
RGB
CMYK
RGB Variations
Color information
#FB728B (or 0xFB728B) is known color: Brink Pink. HEX triplet: FB, 72 and 8B. RGB value is (251,114,139). Sum of RGB (Red+Green+Blue) = 251+114+139=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FB728B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB728B is #048D74. Grayscale: #9D9D9D. Windows color (decimal): -298357 or 9138939. OLE color: 9138939.
HSL color Cylindrical-coordinate representation of color #FB728B: hue angle of 349.05º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB728B is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 114 | 139 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.02 |
| HSL | 349.05º | 0.94% | 0.72% | - |
| HSV(B) | 349.05º | 0.55% | 0.98% | - |
| XYZ | 50.46 | 34.41 | 28.41 | - |
| YUV | 157.81 | 117.39 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 114 | 139 | 0 | 0.55 | 0.45 | 0.02 | 349.05 | 0.94 | 0.72 |
| Hex | FB | 72 | 8B | 0 | 37 | 2D | 2 | 15D | 5E | 48 |
| Octal | 373 | 162 | 213 | 0 | 67 | 55 | 2 | 535 | 136 | 110 |
| Binary | 11111011 | 1110010 | 10001011 | 0 | 110111 | 101101 | 10 | 101011101 | 1011110 | 1001000 |
Color Harmonies of #FB728B
Complementary color
Monochromatic Colors of #FB728B
Black with #FB728B
Text Example
Text Example
White with #FB728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB728B; }
p { color: rgb(251,114,139); }
H1.HeaderClassName
{
color: #FB728B;
}
.AnyTagClassName
{
color: #FB728B;
}
</style>
background-color css
<style>
a { background-color: #FB728B; }
a { background-color: rgb(251,114,139); }
div.DivClassName
{
background-color: #FB728B;
}
.BgClassName
{
background-color: #FB728B;
}
</style>
border-color css
<style>
span { border-color: #FB728B; }
span { border-color: rgb(251,114,139); }
td.TdClassName
{
border-color: #FB728B;
}
.TagClassName
{
border-color: #FB728B;
}
</style>