Shades of Bittersweet #FB6A58
Tints of Bittersweet #FB6A58
RGB
CMYK
RGB Variations
Color information
#FB6A58 (or 0xFB6A58) is known color: Bittersweet. HEX triplet: FB, 6A and 58. RGB value is (251,106,88). Sum of RGB (Red+Green+Blue) = 251+106+88=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6A58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6A58 is #0495A7. Grayscale: #939393. Windows color (decimal): -300456 or 5794555. OLE color: 5794555.
HSL color Cylindrical-coordinate representation of color #FB6A58: hue angle of 6.63º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB6A58 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 106 | 88 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.02 |
| HSL | 6.63º | 0.95% | 0.66% | - |
| HSV(B) | 6.63º | 0.65% | 0.98% | - |
| XYZ | 46.7 | 31.52 | 12.86 | - |
| YUV | 147.3 | 94.54 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 106 | 88 | 0 | 0.58 | 0.65 | 0.02 | 6.63 | 0.95 | 0.66 |
| Hex | FB | 6A | 58 | 0 | 3A | 41 | 2 | 7 | 5F | 42 |
| Octal | 373 | 152 | 130 | 0 | 72 | 101 | 2 | 7 | 137 | 102 |
| Binary | 11111011 | 1101010 | 1011000 | 0 | 111010 | 1000001 | 10 | 111 | 1011111 | 1000010 |
Color Harmonies of #FB6A58
Complementary color
Monochromatic Colors of #FB6A58
Black with #FB6A58
Text Example
Text Example
White with #FB6A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6A58; }
p { color: rgb(251,106,88); }
H1.HeaderClassName
{
color: #FB6A58;
}
.AnyTagClassName
{
color: #FB6A58;
}
</style>
background-color css
<style>
a { background-color: #FB6A58; }
a { background-color: rgb(251,106,88); }
div.DivClassName
{
background-color: #FB6A58;
}
.BgClassName
{
background-color: #FB6A58;
}
</style>
border-color css
<style>
span { border-color: #FB6A58; }
span { border-color: rgb(251,106,88); }
td.TdClassName
{
border-color: #FB6A58;
}
.TagClassName
{
border-color: #FB6A58;
}
</style>