Shades of Bittersweet #FD6766
Tints of Bittersweet #FD6766
RGB
CMYK
RGB Variations
Color information
#FD6766 (or 0xFD6766) is known color: Bittersweet. HEX triplet: FD, 67 and 66. RGB value is (253,103,102). Sum of RGB (Red+Green+Blue) = 253+103+102=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6766 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6766 is #029899. Grayscale: #939393. Windows color (decimal): -170138 or 6711293. OLE color: 6711293.
HSL color Cylindrical-coordinate representation of color #FD6766: hue angle of 0.4º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD6766 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 103 | 102 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.01 |
| HSL | 0.4º | 0.97% | 0.7% | - |
| HSV(B) | 0.4º | 0.6% | 0.99% | - |
| XYZ | 47.76 | 31.54 | 16.14 | - |
| YUV | 147.74 | 102.2 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 103 | 102 | 0 | 0.59 | 0.60 | 0.01 | 0.4 | 0.97 | 0.7 |
| Hex | FD | 67 | 66 | 0 | 3B | 3C | 1 | 0 | 61 | 46 |
| Octal | 375 | 147 | 146 | 0 | 73 | 74 | 1 | 0 | 141 | 106 |
| Binary | 11111101 | 1100111 | 1100110 | 0 | 111011 | 111100 | 1 | 0 | 1100001 | 1000110 |
Color Harmonies of #FD6766
Complementary color
Monochromatic Colors of #FD6766
Black with #FD6766
Text Example
Text Example
White with #FD6766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6766; }
p { color: rgb(253,103,102); }
H1.HeaderClassName
{
color: #FD6766;
}
.AnyTagClassName
{
color: #FD6766;
}
</style>
background-color css
<style>
a { background-color: #FD6766; }
a { background-color: rgb(253,103,102); }
div.DivClassName
{
background-color: #FD6766;
}
.BgClassName
{
background-color: #FD6766;
}
</style>
border-color css
<style>
span { border-color: #FD6766; }
span { border-color: rgb(253,103,102); }
td.TdClassName
{
border-color: #FD6766;
}
.TagClassName
{
border-color: #FD6766;
}
</style>