Shades of Bittersweet #FB7766
Tints of Bittersweet #FB7766
RGB
CMYK
RGB Variations
Color information
#FB7766 (or 0xFB7766) is known color: Bittersweet. HEX triplet: FB, 77 and 66. RGB value is (251,119,102). Sum of RGB (Red+Green+Blue) = 251+119+102=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7766 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7766 is #048899. Grayscale: #9C9C9C. Windows color (decimal): -297114 or 6715387. OLE color: 6715387.
HSL color Cylindrical-coordinate representation of color #FB7766: hue angle of 6.85º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB7766 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 102 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.02 |
| HSL | 6.85º | 0.95% | 0.69% | - |
| HSV(B) | 6.85º | 0.59% | 0.98% | - |
| XYZ | 48.78 | 34.66 | 16.69 | - |
| YUV | 156.53 | 97.23 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 102 | 0 | 0.53 | 0.59 | 0.02 | 6.85 | 0.95 | 0.69 |
| Hex | FB | 77 | 66 | 0 | 35 | 3B | 2 | 7 | 5F | 45 |
| Octal | 373 | 167 | 146 | 0 | 65 | 73 | 2 | 7 | 137 | 105 |
| Binary | 11111011 | 1110111 | 1100110 | 0 | 110101 | 111011 | 10 | 111 | 1011111 | 1000101 |
Color Harmonies of #FB7766
Complementary color
Monochromatic Colors of #FB7766
Black with #FB7766
Text Example
Text Example
White with #FB7766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7766; }
p { color: rgb(251,119,102); }
H1.HeaderClassName
{
color: #FB7766;
}
.AnyTagClassName
{
color: #FB7766;
}
</style>
background-color css
<style>
a { background-color: #FB7766; }
a { background-color: rgb(251,119,102); }
div.DivClassName
{
background-color: #FB7766;
}
.BgClassName
{
background-color: #FB7766;
}
</style>
border-color css
<style>
span { border-color: #FB7766; }
span { border-color: rgb(251,119,102); }
td.TdClassName
{
border-color: #FB7766;
}
.TagClassName
{
border-color: #FB7766;
}
</style>