Shades of Bittersweet #FB665B
Tints of Bittersweet #FB665B
RGB
CMYK
RGB Variations
Color information
#FB665B (or 0xFB665B) is known color: Bittersweet. HEX triplet: FB, 66 and 5B. RGB value is (251,102,91). Sum of RGB (Red+Green+Blue) = 251+102+91=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FB665B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB665B is #0499A4. Grayscale: #919191. Windows color (decimal): -301477 or 5990139. OLE color: 5990139.
HSL color Cylindrical-coordinate representation of color #FB665B: hue angle of 4.12º 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 #FB665B is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 102 | 91 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.02 |
| HSL | 4.13º | 0.95% | 0.67% | - |
| HSV(B) | 4.13º | 0.64% | 0.98% | - |
| XYZ | 46.42 | 30.77 | 13.39 | - |
| YUV | 145.3 | 97.36 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 102 | 91 | 0 | 0.59 | 0.64 | 0.02 | 4.13 | 0.95 | 0.67 |
| Hex | FB | 66 | 5B | 0 | 3B | 40 | 2 | 4 | 5F | 43 |
| Octal | 373 | 146 | 133 | 0 | 73 | 100 | 2 | 4 | 137 | 103 |
| Binary | 11111011 | 1100110 | 1011011 | 0 | 111011 | 1000000 | 10 | 100 | 1011111 | 1000011 |
Color Harmonies of #FB665B
Complementary color
Monochromatic Colors of #FB665B
Black with #FB665B
Text Example
Text Example
White with #FB665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB665B; }
p { color: rgb(251,102,91); }
H1.HeaderClassName
{
color: #FB665B;
}
.AnyTagClassName
{
color: #FB665B;
}
</style>
background-color css
<style>
a { background-color: #FB665B; }
a { background-color: rgb(251,102,91); }
div.DivClassName
{
background-color: #FB665B;
}
.BgClassName
{
background-color: #FB665B;
}
</style>
border-color css
<style>
span { border-color: #FB665B; }
span { border-color: rgb(251,102,91); }
td.TdClassName
{
border-color: #FB665B;
}
.TagClassName
{
border-color: #FB665B;
}
</style>