Shades of Brink Pink #FB747C
Tints of Brink Pink #FB747C
RGB
CMYK
RGB Variations
Color information
#FB747C (or 0xFB747C) is known color: Brink Pink. HEX triplet: FB, 74 and 7C. RGB value is (251,116,124). Sum of RGB (Red+Green+Blue) = 251+116+124=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB747C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB747C is #048B83. Grayscale: #9D9D9D. Windows color (decimal): -297860 or 8156411. OLE color: 8156411.
HSL color Cylindrical-coordinate representation of color #FB747C: hue angle of 356.44º 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 #FB747C is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 116 | 124 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.02 |
| HSL | 356.44º | 0.94% | 0.72% | - |
| HSV(B) | 356.44º | 0.54% | 0.98% | - |
| XYZ | 49.67 | 34.46 | 23.1 | - |
| YUV | 157.28 | 109.23 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 124 | 0 | 0.54 | 0.51 | 0.02 | 356.44 | 0.94 | 0.72 |
| Hex | FB | 74 | 7C | 0 | 36 | 33 | 2 | 164 | 5E | 48 |
| Octal | 373 | 164 | 174 | 0 | 66 | 63 | 2 | 544 | 136 | 110 |
| Binary | 11111011 | 1110100 | 1111100 | 0 | 110110 | 110011 | 10 | 101100100 | 1011110 | 1001000 |
Color Harmonies of #FB747C
Complementary color
Monochromatic Colors of #FB747C
Black with #FB747C
Text Example
Text Example
White with #FB747C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB747C; }
p { color: rgb(251,116,124); }
H1.HeaderClassName
{
color: #FB747C;
}
.AnyTagClassName
{
color: #FB747C;
}
</style>
background-color css
<style>
a { background-color: #FB747C; }
a { background-color: rgb(251,116,124); }
div.DivClassName
{
background-color: #FB747C;
}
.BgClassName
{
background-color: #FB747C;
}
</style>
border-color css
<style>
span { border-color: #FB747C; }
span { border-color: rgb(251,116,124); }
td.TdClassName
{
border-color: #FB747C;
}
.TagClassName
{
border-color: #FB747C;
}
</style>