Shades of Brink Pink #FB738D
Tints of Brink Pink #FB738D
RGB
CMYK
RGB Variations
Color information
#FB738D (or 0xFB738D) is known color: Brink Pink. HEX triplet: FB, 73 and 8D. RGB value is (251,115,141). Sum of RGB (Red+Green+Blue) = 251+115+141=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FB738D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB738D is #048C72. Grayscale: #9E9E9E. Windows color (decimal): -298099 or 9270267. OLE color: 9270267.
HSL color Cylindrical-coordinate representation of color #FB738D: hue angle of 348.53º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FB738D is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 141 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.02 |
| HSL | 348.53º | 0.94% | 0.72% | - |
| HSV(B) | 348.53º | 0.54% | 0.98% | - |
| XYZ | 50.72 | 34.69 | 29.22 | - |
| YUV | 158.63 | 118.06 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 141 | 0 | 0.54 | 0.44 | 0.02 | 348.53 | 0.94 | 0.72 |
| Hex | FB | 73 | 8D | 0 | 36 | 2C | 2 | 15D | 5E | 48 |
| Octal | 373 | 163 | 215 | 0 | 66 | 54 | 2 | 535 | 136 | 110 |
| Binary | 11111011 | 1110011 | 10001101 | 0 | 110110 | 101100 | 10 | 101011101 | 1011110 | 1001000 |
Color Harmonies of #FB738D
Complementary color
Monochromatic Colors of #FB738D
Black with #FB738D
Text Example
Text Example
White with #FB738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB738D; }
p { color: rgb(251,115,141); }
H1.HeaderClassName
{
color: #FB738D;
}
.AnyTagClassName
{
color: #FB738D;
}
</style>
background-color css
<style>
a { background-color: #FB738D; }
a { background-color: rgb(251,115,141); }
div.DivClassName
{
background-color: #FB738D;
}
.BgClassName
{
background-color: #FB738D;
}
</style>
border-color css
<style>
span { border-color: #FB738D; }
span { border-color: rgb(251,115,141); }
td.TdClassName
{
border-color: #FB738D;
}
.TagClassName
{
border-color: #FB738D;
}
</style>