Shades of Bittersweet #FB7D60
Tints of Bittersweet #FB7D60
RGB
CMYK
RGB Variations
Color information
#FB7D60 (or 0xFB7D60) is known color: Bittersweet. HEX triplet: FB, 7D and 60. RGB value is (251,125,96). Sum of RGB (Red+Green+Blue) = 251+125+96=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7D60 is #04829F. Grayscale: #9F9F9F. Windows color (decimal): -295584 or 6323707. OLE color: 6323707.
HSL color Cylindrical-coordinate representation of color #FB7D60: hue angle of 11.23º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB7D60 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 96 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.02 |
| HSL | 11.23º | 0.95% | 0.68% | - |
| HSV(B) | 11.23º | 0.62% | 0.98% | - |
| XYZ | 49.23 | 36.02 | 15.42 | - |
| YUV | 159.37 | 92.24 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 96 | 0 | 0.50 | 0.62 | 0.02 | 11.23 | 0.95 | 0.68 |
| Hex | FB | 7D | 60 | 0 | 32 | 3E | 2 | B | 5F | 44 |
| Octal | 373 | 175 | 140 | 0 | 62 | 76 | 2 | 13 | 137 | 104 |
| Binary | 11111011 | 1111101 | 1100000 | 0 | 110010 | 111110 | 10 | 1011 | 1011111 | 1000100 |
Color Harmonies of #FB7D60
Complementary color
Monochromatic Colors of #FB7D60
Black with #FB7D60
Text Example
Text Example
White with #FB7D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7D60; }
p { color: rgb(251,125,96); }
H1.HeaderClassName
{
color: #FB7D60;
}
.AnyTagClassName
{
color: #FB7D60;
}
</style>
background-color css
<style>
a { background-color: #FB7D60; }
a { background-color: rgb(251,125,96); }
div.DivClassName
{
background-color: #FB7D60;
}
.BgClassName
{
background-color: #FB7D60;
}
</style>
border-color css
<style>
span { border-color: #FB7D60; }
span { border-color: rgb(251,125,96); }
td.TdClassName
{
border-color: #FB7D60;
}
.TagClassName
{
border-color: #FB7D60;
}
</style>