Shades of Bittersweet #FB715B
Tints of Bittersweet #FB715B
RGB
CMYK
RGB Variations
Color information
#FB715B (or 0xFB715B) is known color: Bittersweet. HEX triplet: FB, 71 and 5B. RGB value is (251,113,91). Sum of RGB (Red+Green+Blue) = 251+113+91=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FB715B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB715B is #048EA4. Grayscale: #979797. Windows color (decimal): -298661 or 5992955. OLE color: 5992955.
HSL color Cylindrical-coordinate representation of color #FB715B: hue angle of 8.25º 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 #FB715B is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 113 | 91 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.02 |
| HSL | 8.25º | 0.95% | 0.67% | - |
| HSV(B) | 8.25º | 0.64% | 0.98% | - |
| XYZ | 47.58 | 33.07 | 13.77 | - |
| YUV | 151.75 | 93.72 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 113 | 91 | 0 | 0.55 | 0.64 | 0.02 | 8.25 | 0.95 | 0.67 |
| Hex | FB | 71 | 5B | 0 | 37 | 40 | 2 | 8 | 5F | 43 |
| Octal | 373 | 161 | 133 | 0 | 67 | 100 | 2 | 10 | 137 | 103 |
| Binary | 11111011 | 1110001 | 1011011 | 0 | 110111 | 1000000 | 10 | 1000 | 1011111 | 1000011 |
Color Harmonies of #FB715B
Complementary color
Monochromatic Colors of #FB715B
Black with #FB715B
Text Example
Text Example
White with #FB715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB715B; }
p { color: rgb(251,113,91); }
H1.HeaderClassName
{
color: #FB715B;
}
.AnyTagClassName
{
color: #FB715B;
}
</style>
background-color css
<style>
a { background-color: #FB715B; }
a { background-color: rgb(251,113,91); }
div.DivClassName
{
background-color: #FB715B;
}
.BgClassName
{
background-color: #FB715B;
}
</style>
border-color css
<style>
span { border-color: #FB715B; }
span { border-color: rgb(251,113,91); }
td.TdClassName
{
border-color: #FB715B;
}
.TagClassName
{
border-color: #FB715B;
}
</style>