Shades of Bittersweet #FB6854
Tints of Bittersweet #FB6854
RGB
CMYK
RGB Variations
Color information
#FB6854 (or 0xFB6854) is known color: Bittersweet. HEX triplet: FB, 68 and 54. RGB value is (251,104,84). Sum of RGB (Red+Green+Blue) = 251+104+84=439 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.18% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 84 (33.20% from 255 or 19.13% from 439); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6854 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6854 is #0497AB. Grayscale: #919191. Windows color (decimal): -300972 or 5531899. OLE color: 5531899.
HSL color Cylindrical-coordinate representation of color #FB6854: hue angle of 7.19º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB6854 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 84 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.02 |
| HSL | 7.19º | 0.95% | 0.66% | - |
| HSV(B) | 7.19º | 0.67% | 0.98% | - |
| XYZ | 46.33 | 31.05 | 11.94 | - |
| YUV | 145.67 | 93.2 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 84 | 0 | 0.59 | 0.67 | 0.02 | 7.19 | 0.95 | 0.66 |
| Hex | FB | 68 | 54 | 0 | 3B | 43 | 2 | 7 | 5F | 42 |
| Octal | 373 | 150 | 124 | 0 | 73 | 103 | 2 | 7 | 137 | 102 |
| Binary | 11111011 | 1101000 | 1010100 | 0 | 111011 | 1000011 | 10 | 111 | 1011111 | 1000010 |
Color Harmonies of #FB6854
Complementary color
Monochromatic Colors of #FB6854
Black with #FB6854
Text Example
Text Example
White with #FB6854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6854; }
p { color: rgb(251,104,84); }
H1.HeaderClassName
{
color: #FB6854;
}
.AnyTagClassName
{
color: #FB6854;
}
</style>
background-color css
<style>
a { background-color: #FB6854; }
a { background-color: rgb(251,104,84); }
div.DivClassName
{
background-color: #FB6854;
}
.BgClassName
{
background-color: #FB6854;
}
</style>
border-color css
<style>
span { border-color: #FB6854; }
span { border-color: rgb(251,104,84); }
td.TdClassName
{
border-color: #FB6854;
}
.TagClassName
{
border-color: #FB6854;
}
</style>