Shades of Bittersweet #FB705F
Tints of Bittersweet #FB705F
RGB
CMYK
RGB Variations
Color information
#FB705F (or 0xFB705F) is known color: Bittersweet. HEX triplet: FB, 70 and 5F. RGB value is (251,112,95). Sum of RGB (Red+Green+Blue) = 251+112+95=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 95 (37.5% from 255 or 20.74% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FB705F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB705F is #048FA0. Grayscale: #979797. Windows color (decimal): -298913 or 6254843. OLE color: 6254843.
HSL color Cylindrical-coordinate representation of color #FB705F: hue angle of 6.54º 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 #FB705F is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 95 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.02 |
| HSL | 6.54º | 0.95% | 0.68% | - |
| HSV(B) | 6.54º | 0.62% | 0.98% | - |
| XYZ | 47.64 | 32.92 | 14.67 | - |
| YUV | 151.62 | 96.05 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 95 | 0 | 0.55 | 0.62 | 0.02 | 6.54 | 0.95 | 0.68 |
| Hex | FB | 70 | 5F | 0 | 37 | 3E | 2 | 7 | 5F | 44 |
| Octal | 373 | 160 | 137 | 0 | 67 | 76 | 2 | 7 | 137 | 104 |
| Binary | 11111011 | 1110000 | 1011111 | 0 | 110111 | 111110 | 10 | 111 | 1011111 | 1000100 |
Color Harmonies of #FB705F
Complementary color
Monochromatic Colors of #FB705F
Black with #FB705F
Text Example
Text Example
White with #FB705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB705F; }
p { color: rgb(251,112,95); }
H1.HeaderClassName
{
color: #FB705F;
}
.AnyTagClassName
{
color: #FB705F;
}
</style>
background-color css
<style>
a { background-color: #FB705F; }
a { background-color: rgb(251,112,95); }
div.DivClassName
{
background-color: #FB705F;
}
.BgClassName
{
background-color: #FB705F;
}
</style>
border-color css
<style>
span { border-color: #FB705F; }
span { border-color: rgb(251,112,95); }
td.TdClassName
{
border-color: #FB705F;
}
.TagClassName
{
border-color: #FB705F;
}
</style>