Shades of Bittersweet #FB645B
Tints of Bittersweet #FB645B
RGB
CMYK
RGB Variations
Color information
#FB645B (or 0xFB645B) is known color: Bittersweet. HEX triplet: FB, 64 and 5B. RGB value is (251,100,91). Sum of RGB (Red+Green+Blue) = 251+100+91=442 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.79% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 251 - color contains mainly: red. Hex color #FB645B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB645B is #049BA4. Grayscale: #909090. Windows color (decimal): -301989 or 5989627. OLE color: 5989627.
HSL color Cylindrical-coordinate representation of color #FB645B: hue angle of 3.38º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB645B is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 91 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.02 |
| HSL | 3.38º | 0.95% | 0.67% | - |
| HSV(B) | 3.38º | 0.64% | 0.98% | - |
| XYZ | 46.23 | 30.38 | 13.32 | - |
| YUV | 144.12 | 98.03 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 91 | 0 | 0.60 | 0.64 | 0.02 | 3.38 | 0.95 | 0.67 |
| Hex | FB | 64 | 5B | 0 | 3C | 40 | 2 | 3 | 5F | 43 |
| Octal | 373 | 144 | 133 | 0 | 74 | 100 | 2 | 3 | 137 | 103 |
| Binary | 11111011 | 1100100 | 1011011 | 0 | 111100 | 1000000 | 10 | 11 | 1011111 | 1000011 |
Color Harmonies of #FB645B
Complementary color
Monochromatic Colors of #FB645B
Black with #FB645B
Text Example
Text Example
White with #FB645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB645B; }
p { color: rgb(251,100,91); }
H1.HeaderClassName
{
color: #FB645B;
}
.AnyTagClassName
{
color: #FB645B;
}
</style>
background-color css
<style>
a { background-color: #FB645B; }
a { background-color: rgb(251,100,91); }
div.DivClassName
{
background-color: #FB645B;
}
.BgClassName
{
background-color: #FB645B;
}
</style>
border-color css
<style>
span { border-color: #FB645B; }
span { border-color: rgb(251,100,91); }
td.TdClassName
{
border-color: #FB645B;
}
.TagClassName
{
border-color: #FB645B;
}
</style>