Shades of Bittersweet #FB605B
Tints of Bittersweet #FB605B
RGB
CMYK
RGB Variations
Color information
#FB605B (or 0xFB605B) is known color: Bittersweet. HEX triplet: FB, 60 and 5B. RGB value is (251,96,91). Sum of RGB (Red+Green+Blue) = 251+96+91=438 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.31% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 251 - color contains mainly: red. Hex color #FB605B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB605B is #049FA4. Grayscale: #8D8D8D. Windows color (decimal): -303013 or 5988603. OLE color: 5988603.
HSL color Cylindrical-coordinate representation of color #FB605B: hue angle of 1.88º 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 #FB605B is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 96 | 91 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.02 |
| HSL | 1.88º | 0.95% | 0.67% | - |
| HSV(B) | 1.88º | 0.64% | 0.98% | - |
| XYZ | 45.85 | 29.63 | 13.2 | - |
| YUV | 141.78 | 99.35 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 96 | 91 | 0 | 0.62 | 0.64 | 0.02 | 1.88 | 0.95 | 0.67 |
| Hex | FB | 60 | 5B | 0 | 3E | 40 | 2 | 2 | 5F | 43 |
| Octal | 373 | 140 | 133 | 0 | 76 | 100 | 2 | 2 | 137 | 103 |
| Binary | 11111011 | 1100000 | 1011011 | 0 | 111110 | 1000000 | 10 | 10 | 1011111 | 1000011 |
Color Harmonies of #FB605B
Complementary color
Monochromatic Colors of #FB605B
Black with #FB605B
Text Example
Text Example
White with #FB605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB605B; }
p { color: rgb(251,96,91); }
H1.HeaderClassName
{
color: #FB605B;
}
.AnyTagClassName
{
color: #FB605B;
}
</style>
background-color css
<style>
a { background-color: #FB605B; }
a { background-color: rgb(251,96,91); }
div.DivClassName
{
background-color: #FB605B;
}
.BgClassName
{
background-color: #FB605B;
}
</style>
border-color css
<style>
span { border-color: #FB605B; }
span { border-color: rgb(251,96,91); }
td.TdClassName
{
border-color: #FB605B;
}
.TagClassName
{
border-color: #FB605B;
}
</style>