Shades of Brink Pink #FB748C
Tints of Brink Pink #FB748C
RGB
CMYK
RGB Variations
Color information
#FB748C (or 0xFB748C) is known color: Brink Pink. HEX triplet: FB, 74 and 8C. RGB value is (251,116,140). Sum of RGB (Red+Green+Blue) = 251+116+140=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FB748C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB748C is #048B73. Grayscale: #9F9F9F. Windows color (decimal): -297844 or 9204987. OLE color: 9204987.
HSL color Cylindrical-coordinate representation of color #FB748C: hue angle of 349.33º 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 #FB748C is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 116 | 140 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.02 |
| HSL | 349.33º | 0.94% | 0.72% | - |
| HSV(B) | 349.33º | 0.54% | 0.98% | - |
| XYZ | 50.76 | 34.89 | 28.87 | - |
| YUV | 159.1 | 117.23 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 140 | 0 | 0.54 | 0.44 | 0.02 | 349.33 | 0.94 | 0.72 |
| Hex | FB | 74 | 8C | 0 | 36 | 2C | 2 | 15D | 5E | 48 |
| Octal | 373 | 164 | 214 | 0 | 66 | 54 | 2 | 535 | 136 | 110 |
| Binary | 11111011 | 1110100 | 10001100 | 0 | 110110 | 101100 | 10 | 101011101 | 1011110 | 1001000 |
Color Harmonies of #FB748C
Complementary color
Monochromatic Colors of #FB748C
Black with #FB748C
Text Example
Text Example
White with #FB748C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB748C; }
p { color: rgb(251,116,140); }
H1.HeaderClassName
{
color: #FB748C;
}
.AnyTagClassName
{
color: #FB748C;
}
</style>
background-color css
<style>
a { background-color: #FB748C; }
a { background-color: rgb(251,116,140); }
div.DivClassName
{
background-color: #FB748C;
}
.BgClassName
{
background-color: #FB748C;
}
</style>
border-color css
<style>
span { border-color: #FB748C; }
span { border-color: rgb(251,116,140); }
td.TdClassName
{
border-color: #FB748C;
}
.TagClassName
{
border-color: #FB748C;
}
</style>