Shades of Bittersweet #FD5B5B
Tints of Bittersweet #FD5B5B
RGB
CMYK
RGB Variations
Color information
#FD5B5B (or 0xFD5B5B) is known color: Bittersweet. HEX triplet: FD, 5B and 5B. RGB value is (253,91,91). Sum of RGB (Red+Green+Blue) = 253+91+91=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5B5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5B5B is #02A4A4. Grayscale: #8B8B8B. Windows color (decimal): -173221 or 5987325. OLE color: 5987325.
HSL color Cylindrical-coordinate representation of color #FD5B5B: hue angle of 0º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD5B5B is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 91 | 91 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.01 |
| HSL | 0º | 0.98% | 0.67% | - |
| HSV(B) | 0º | 0.64% | 0.99% | - |
| XYZ | 46.14 | 29.12 | 13.09 | - |
| YUV | 139.44 | 100.67 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 91 | 91 | 0 | 0.64 | 0.64 | 0.01 | 0 | 0.98 | 0.67 |
| Hex | FD | 5B | 5B | 0 | 40 | 40 | 1 | 0 | 62 | 43 |
| Octal | 375 | 133 | 133 | 0 | 100 | 100 | 1 | 0 | 142 | 103 |
| Binary | 11111101 | 1011011 | 1011011 | 0 | 1000000 | 1000000 | 1 | 0 | 1100010 | 1000011 |
Color Harmonies of #FD5B5B
Complementary color
Monochromatic Colors of #FD5B5B
Black with #FD5B5B
Text Example
Text Example
White with #FD5B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5B5B; }
p { color: rgb(253,91,91); }
H1.HeaderClassName
{
color: #FD5B5B;
}
.AnyTagClassName
{
color: #FD5B5B;
}
</style>
background-color css
<style>
a { background-color: #FD5B5B; }
a { background-color: rgb(253,91,91); }
div.DivClassName
{
background-color: #FD5B5B;
}
.BgClassName
{
background-color: #FD5B5B;
}
</style>
border-color css
<style>
span { border-color: #FD5B5B; }
span { border-color: rgb(253,91,91); }
td.TdClassName
{
border-color: #FD5B5B;
}
.TagClassName
{
border-color: #FD5B5B;
}
</style>