Shades of Brink Pink #FB768B
Tints of Brink Pink #FB768B
RGB
CMYK
RGB Variations
Color information
#FB768B (or 0xFB768B) is known color: Brink Pink. HEX triplet: FB, 76 and 8B. RGB value is (251,118,139). Sum of RGB (Red+Green+Blue) = 251+118+139=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB768B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB768B is #048974. Grayscale: #A0A0A0. Windows color (decimal): -297333 or 9139963. OLE color: 9139963.
HSL color Cylindrical-coordinate representation of color #FB768B: hue angle of 350.53º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB768B is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 118 | 139 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.02 |
| HSL | 350.53º | 0.94% | 0.72% | - |
| HSV(B) | 350.53º | 0.53% | 0.98% | - |
| XYZ | 50.92 | 35.33 | 28.56 | - |
| YUV | 160.16 | 116.06 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 118 | 139 | 0 | 0.53 | 0.45 | 0.02 | 350.53 | 0.94 | 0.72 |
| Hex | FB | 76 | 8B | 0 | 35 | 2D | 2 | 15F | 5E | 48 |
| Octal | 373 | 166 | 213 | 0 | 65 | 55 | 2 | 537 | 136 | 110 |
| Binary | 11111011 | 1110110 | 10001011 | 0 | 110101 | 101101 | 10 | 101011111 | 1011110 | 1001000 |
Color Harmonies of #FB768B
Complementary color
Monochromatic Colors of #FB768B
Black with #FB768B
Text Example
Text Example
White with #FB768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB768B; }
p { color: rgb(251,118,139); }
H1.HeaderClassName
{
color: #FB768B;
}
.AnyTagClassName
{
color: #FB768B;
}
</style>
background-color css
<style>
a { background-color: #FB768B; }
a { background-color: rgb(251,118,139); }
div.DivClassName
{
background-color: #FB768B;
}
.BgClassName
{
background-color: #FB768B;
}
</style>
border-color css
<style>
span { border-color: #FB768B; }
span { border-color: rgb(251,118,139); }
td.TdClassName
{
border-color: #FB768B;
}
.TagClassName
{
border-color: #FB768B;
}
</style>