Shades of Bittersweet #FB6256
Tints of Bittersweet #FB6256
RGB
CMYK
RGB Variations
Color information
#FB6256 (or 0xFB6256) is known color: Bittersweet. HEX triplet: FB, 62 and 56. RGB value is (251,98,86). Sum of RGB (Red+Green+Blue) = 251+98+86=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6256 is #049DA9. Grayscale: #8E8E8E. Windows color (decimal): -302506 or 5661435. OLE color: 5661435.
HSL color Cylindrical-coordinate representation of color #FB6256: hue angle of 4.36º 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 #FB6256 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 98 | 86 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.02 |
| HSL | 4.36º | 0.95% | 0.66% | - |
| HSV(B) | 4.36º | 0.66% | 0.98% | - |
| XYZ | 45.83 | 29.92 | 12.16 | - |
| YUV | 142.38 | 96.19 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 98 | 86 | 0 | 0.61 | 0.66 | 0.02 | 4.36 | 0.95 | 0.66 |
| Hex | FB | 62 | 56 | 0 | 3D | 42 | 2 | 4 | 5F | 42 |
| Octal | 373 | 142 | 126 | 0 | 75 | 102 | 2 | 4 | 137 | 102 |
| Binary | 11111011 | 1100010 | 1010110 | 0 | 111101 | 1000010 | 10 | 100 | 1011111 | 1000010 |
Color Harmonies of #FB6256
Complementary color
Monochromatic Colors of #FB6256
Black with #FB6256
Text Example
Text Example
White with #FB6256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6256; }
p { color: rgb(251,98,86); }
H1.HeaderClassName
{
color: #FB6256;
}
.AnyTagClassName
{
color: #FB6256;
}
</style>
background-color css
<style>
a { background-color: #FB6256; }
a { background-color: rgb(251,98,86); }
div.DivClassName
{
background-color: #FB6256;
}
.BgClassName
{
background-color: #FB6256;
}
</style>
border-color css
<style>
span { border-color: #FB6256; }
span { border-color: rgb(251,98,86); }
td.TdClassName
{
border-color: #FB6256;
}
.TagClassName
{
border-color: #FB6256;
}
</style>