Shades of Brink Pink #FB738E
Tints of Brink Pink #FB738E
RGB
CMYK
RGB Variations
Color information
#FB738E (or 0xFB738E) is known color: Brink Pink. HEX triplet: FB, 73 and 8E. RGB value is (251,115,142). Sum of RGB (Red+Green+Blue) = 251+115+142=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB738E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB738E is #048C71. Grayscale: #9E9E9E. Windows color (decimal): -298098 or 9335803. OLE color: 9335803.
HSL color Cylindrical-coordinate representation of color #FB738E: hue angle of 348.09º 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 #FB738E is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 142 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.02 |
| HSL | 348.09º | 0.94% | 0.72% | - |
| HSV(B) | 348.09º | 0.54% | 0.98% | - |
| XYZ | 50.8 | 34.72 | 29.62 | - |
| YUV | 158.74 | 118.56 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 142 | 0 | 0.54 | 0.43 | 0.02 | 348.09 | 0.94 | 0.72 |
| Hex | FB | 73 | 8E | 0 | 36 | 2B | 2 | 15C | 5E | 48 |
| Octal | 373 | 163 | 216 | 0 | 66 | 53 | 2 | 534 | 136 | 110 |
| Binary | 11111011 | 1110011 | 10001110 | 0 | 110110 | 101011 | 10 | 101011100 | 1011110 | 1001000 |
Color Harmonies of #FB738E
Complementary color
Monochromatic Colors of #FB738E
Black with #FB738E
Text Example
Text Example
White with #FB738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB738E; }
p { color: rgb(251,115,142); }
H1.HeaderClassName
{
color: #FB738E;
}
.AnyTagClassName
{
color: #FB738E;
}
</style>
background-color css
<style>
a { background-color: #FB738E; }
a { background-color: rgb(251,115,142); }
div.DivClassName
{
background-color: #FB738E;
}
.BgClassName
{
background-color: #FB738E;
}
</style>
border-color css
<style>
span { border-color: #FB738E; }
span { border-color: rgb(251,115,142); }
td.TdClassName
{
border-color: #FB738E;
}
.TagClassName
{
border-color: #FB738E;
}
</style>