Shades of Brink Pink #FB738C
Tints of Brink Pink #FB738C
RGB
CMYK
RGB Variations
Color information
#FB738C (or 0xFB738C) is known color: Brink Pink. HEX triplet: FB, 73 and 8C. RGB value is (251,115,140). Sum of RGB (Red+Green+Blue) = 251+115+140=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FB738C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB738C is #048C73. Grayscale: #9E9E9E. Windows color (decimal): -298100 or 9204731. OLE color: 9204731.
HSL color Cylindrical-coordinate representation of color #FB738C: hue angle of 348.97º 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 #FB738C is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 140 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.02 |
| HSL | 348.97º | 0.94% | 0.72% | - |
| HSV(B) | 348.97º | 0.54% | 0.98% | - |
| XYZ | 50.65 | 34.66 | 28.83 | - |
| YUV | 158.51 | 117.56 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 140 | 0 | 0.54 | 0.44 | 0.02 | 348.97 | 0.94 | 0.72 |
| Hex | FB | 73 | 8C | 0 | 36 | 2C | 2 | 15D | 5E | 48 |
| Octal | 373 | 163 | 214 | 0 | 66 | 54 | 2 | 535 | 136 | 110 |
| Binary | 11111011 | 1110011 | 10001100 | 0 | 110110 | 101100 | 10 | 101011101 | 1011110 | 1001000 |
Color Harmonies of #FB738C
Complementary color
Monochromatic Colors of #FB738C
Black with #FB738C
Text Example
Text Example
White with #FB738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB738C; }
p { color: rgb(251,115,140); }
H1.HeaderClassName
{
color: #FB738C;
}
.AnyTagClassName
{
color: #FB738C;
}
</style>
background-color css
<style>
a { background-color: #FB738C; }
a { background-color: rgb(251,115,140); }
div.DivClassName
{
background-color: #FB738C;
}
.BgClassName
{
background-color: #FB738C;
}
</style>
border-color css
<style>
span { border-color: #FB738C; }
span { border-color: rgb(251,115,140); }
td.TdClassName
{
border-color: #FB738C;
}
.TagClassName
{
border-color: #FB738C;
}
</style>