Shades of Bittersweet #FD6A63
Tints of Bittersweet #FD6A63
RGB
CMYK
RGB Variations
Color information
#FD6A63 (or 0xFD6A63) is known color: Bittersweet. HEX triplet: FD, 6A and 63. RGB value is (253,106,99). Sum of RGB (Red+Green+Blue) = 253+106+99=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6A63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6A63 is #02959C. Grayscale: #959595. Windows color (decimal): -169373 or 6515453. OLE color: 6515453.
HSL color Cylindrical-coordinate representation of color #FD6A63: hue angle of 2.73º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FD6A63 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 106 | 99 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.01 |
| HSL | 2.73º | 0.97% | 0.69% | - |
| HSV(B) | 2.73º | 0.61% | 0.99% | - |
| XYZ | 47.91 | 32.09 | 15.47 | - |
| YUV | 149.16 | 99.7 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 106 | 99 | 0 | 0.58 | 0.61 | 0.01 | 2.73 | 0.97 | 0.69 |
| Hex | FD | 6A | 63 | 0 | 3A | 3D | 1 | 3 | 61 | 45 |
| Octal | 375 | 152 | 143 | 0 | 72 | 75 | 1 | 3 | 141 | 105 |
| Binary | 11111101 | 1101010 | 1100011 | 0 | 111010 | 111101 | 1 | 11 | 1100001 | 1000101 |
Color Harmonies of #FD6A63
Complementary color
Monochromatic Colors of #FD6A63
Black with #FD6A63
Text Example
Text Example
White with #FD6A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6A63; }
p { color: rgb(253,106,99); }
H1.HeaderClassName
{
color: #FD6A63;
}
.AnyTagClassName
{
color: #FD6A63;
}
</style>
background-color css
<style>
a { background-color: #FD6A63; }
a { background-color: rgb(253,106,99); }
div.DivClassName
{
background-color: #FD6A63;
}
.BgClassName
{
background-color: #FD6A63;
}
</style>
border-color css
<style>
span { border-color: #FD6A63; }
span { border-color: rgb(253,106,99); }
td.TdClassName
{
border-color: #FD6A63;
}
.TagClassName
{
border-color: #FD6A63;
}
</style>