Shades of Bittersweet #FD6A61
Tints of Bittersweet #FD6A61
RGB
CMYK
RGB Variations
Color information
#FD6A61 (or 0xFD6A61) is known color: Bittersweet. HEX triplet: FD, 6A and 61. RGB value is (253,106,97). Sum of RGB (Red+Green+Blue) = 253+106+97=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6A61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6A61 is #02959E. Grayscale: #959595. Windows color (decimal): -169375 or 6384381. OLE color: 6384381.
HSL color Cylindrical-coordinate representation of color #FD6A61: hue angle of 3.46º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD6A61 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 106 | 97 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.01 |
| HSL | 3.46º | 0.98% | 0.69% | - |
| HSV(B) | 3.46º | 0.62% | 0.99% | - |
| XYZ | 47.82 | 32.05 | 14.98 | - |
| YUV | 148.93 | 98.7 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 106 | 97 | 0 | 0.58 | 0.62 | 0.01 | 3.46 | 0.98 | 0.69 |
| Hex | FD | 6A | 61 | 0 | 3A | 3E | 1 | 3 | 62 | 45 |
| Octal | 375 | 152 | 141 | 0 | 72 | 76 | 1 | 3 | 142 | 105 |
| Binary | 11111101 | 1101010 | 1100001 | 0 | 111010 | 111110 | 1 | 11 | 1100010 | 1000101 |
Color Harmonies of #FD6A61
Complementary color
Monochromatic Colors of #FD6A61
Black with #FD6A61
Text Example
Text Example
White with #FD6A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6A61; }
p { color: rgb(253,106,97); }
H1.HeaderClassName
{
color: #FD6A61;
}
.AnyTagClassName
{
color: #FD6A61;
}
</style>
background-color css
<style>
a { background-color: #FD6A61; }
a { background-color: rgb(253,106,97); }
div.DivClassName
{
background-color: #FD6A61;
}
.BgClassName
{
background-color: #FD6A61;
}
</style>
border-color css
<style>
span { border-color: #FD6A61; }
span { border-color: rgb(253,106,97); }
td.TdClassName
{
border-color: #FD6A61;
}
.TagClassName
{
border-color: #FD6A61;
}
</style>