Shades of Bittersweet #FD615E
Tints of Bittersweet #FD615E
RGB
CMYK
RGB Variations
Color information
#FD615E (or 0xFD615E) is known color: Bittersweet. HEX triplet: FD, 61 and 5E. RGB value is (253,97,94). Sum of RGB (Red+Green+Blue) = 253+97+94=444 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.98% from 444); Green value is 97 (38.28% from 255 or 21.85% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 253 - color contains mainly: red. Hex color #FD615E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD615E is #029EA1. Grayscale: #8F8F8F. Windows color (decimal): -171682 or 6185469. OLE color: 6185469.
HSL color Cylindrical-coordinate representation of color #FD615E: hue angle of 1.13º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FD615E is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 97 | 94 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.01 |
| HSL | 1.13º | 0.98% | 0.68% | - |
| HSV(B) | 1.13º | 0.63% | 0.99% | - |
| XYZ | 46.8 | 30.24 | 13.96 | - |
| YUV | 143.3 | 100.18 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 97 | 94 | 0 | 0.62 | 0.63 | 0.01 | 1.13 | 0.98 | 0.68 |
| Hex | FD | 61 | 5E | 0 | 3E | 3F | 1 | 1 | 62 | 44 |
| Octal | 375 | 141 | 136 | 0 | 76 | 77 | 1 | 1 | 142 | 104 |
| Binary | 11111101 | 1100001 | 1011110 | 0 | 111110 | 111111 | 1 | 1 | 1100010 | 1000100 |
Color Harmonies of #FD615E
Complementary color
Monochromatic Colors of #FD615E
Black with #FD615E
Text Example
Text Example
White with #FD615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD615E; }
p { color: rgb(253,97,94); }
H1.HeaderClassName
{
color: #FD615E;
}
.AnyTagClassName
{
color: #FD615E;
}
</style>
background-color css
<style>
a { background-color: #FD615E; }
a { background-color: rgb(253,97,94); }
div.DivClassName
{
background-color: #FD615E;
}
.BgClassName
{
background-color: #FD615E;
}
</style>
border-color css
<style>
span { border-color: #FD615E; }
span { border-color: rgb(253,97,94); }
td.TdClassName
{
border-color: #FD615E;
}
.TagClassName
{
border-color: #FD615E;
}
</style>