Shades of Bittersweet #FB6955
Tints of Bittersweet #FB6955
RGB
CMYK
RGB Variations
Color information
#FB6955 (or 0xFB6955) is known color: Bittersweet. HEX triplet: FB, 69 and 55. RGB value is (251,105,85). Sum of RGB (Red+Green+Blue) = 251+105+85=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6955 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6955 is #0496AA. Grayscale: #929292. Windows color (decimal): -300715 or 5597691. OLE color: 5597691.
HSL color Cylindrical-coordinate representation of color #FB6955: hue angle of 7.23º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB6955 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 105 | 85 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.02 |
| HSL | 7.23º | 0.95% | 0.66% | - |
| HSV(B) | 7.23º | 0.66% | 0.98% | - |
| XYZ | 46.47 | 31.27 | 12.18 | - |
| YUV | 146.37 | 93.37 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 105 | 85 | 0 | 0.58 | 0.66 | 0.02 | 7.23 | 0.95 | 0.66 |
| Hex | FB | 69 | 55 | 0 | 3A | 42 | 2 | 7 | 5F | 42 |
| Octal | 373 | 151 | 125 | 0 | 72 | 102 | 2 | 7 | 137 | 102 |
| Binary | 11111011 | 1101001 | 1010101 | 0 | 111010 | 1000010 | 10 | 111 | 1011111 | 1000010 |
Color Harmonies of #FB6955
Complementary color
Monochromatic Colors of #FB6955
Black with #FB6955
Text Example
Text Example
White with #FB6955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6955; }
p { color: rgb(251,105,85); }
H1.HeaderClassName
{
color: #FB6955;
}
.AnyTagClassName
{
color: #FB6955;
}
</style>
background-color css
<style>
a { background-color: #FB6955; }
a { background-color: rgb(251,105,85); }
div.DivClassName
{
background-color: #FB6955;
}
.BgClassName
{
background-color: #FB6955;
}
</style>
border-color css
<style>
span { border-color: #FB6955; }
span { border-color: rgb(251,105,85); }
td.TdClassName
{
border-color: #FB6955;
}
.TagClassName
{
border-color: #FB6955;
}
</style>