Shades of Bittersweet #FD6D68
Tints of Bittersweet #FD6D68
RGB
CMYK
RGB Variations
Color information
#FD6D68 (or 0xFD6D68) is known color: Bittersweet. HEX triplet: FD, 6D and 68. RGB value is (253,109,104). Sum of RGB (Red+Green+Blue) = 253+109+104=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6D68 is #029297. Grayscale: #979797. Windows color (decimal): -168600 or 6843901. OLE color: 6843901.
HSL color Cylindrical-coordinate representation of color #FD6D68: hue angle of 2.01º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FD6D68 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 109 | 104 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.01 |
| HSL | 2.01º | 0.97% | 0.7% | - |
| HSV(B) | 2.01º | 0.59% | 0.99% | - |
| XYZ | 48.48 | 32.82 | 16.88 | - |
| YUV | 151.49 | 101.21 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 109 | 104 | 0 | 0.57 | 0.59 | 0.01 | 2.01 | 0.97 | 0.7 |
| Hex | FD | 6D | 68 | 0 | 39 | 3B | 1 | 2 | 61 | 46 |
| Octal | 375 | 155 | 150 | 0 | 71 | 73 | 1 | 2 | 141 | 106 |
| Binary | 11111101 | 1101101 | 1101000 | 0 | 111001 | 111011 | 1 | 10 | 1100001 | 1000110 |
Color Harmonies of #FD6D68
Complementary color
Monochromatic Colors of #FD6D68
Black with #FD6D68
Text Example
Text Example
White with #FD6D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6D68; }
p { color: rgb(253,109,104); }
H1.HeaderClassName
{
color: #FD6D68;
}
.AnyTagClassName
{
color: #FD6D68;
}
</style>
background-color css
<style>
a { background-color: #FD6D68; }
a { background-color: rgb(253,109,104); }
div.DivClassName
{
background-color: #FD6D68;
}
.BgClassName
{
background-color: #FD6D68;
}
</style>
border-color css
<style>
span { border-color: #FD6D68; }
span { border-color: rgb(253,109,104); }
td.TdClassName
{
border-color: #FD6D68;
}
.TagClassName
{
border-color: #FD6D68;
}
</style>