Shades of Bittersweet #FD665B
Tints of Bittersweet #FD665B
RGB
CMYK
RGB Variations
Color information
#FD665B (or 0xFD665B) is known color: Bittersweet. HEX triplet: FD, 66 and 5B. RGB value is (253,102,91). Sum of RGB (Red+Green+Blue) = 253+102+91=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FD665B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD665B is #0299A4. Grayscale: #929292. Windows color (decimal): -170405 or 5990141. OLE color: 5990141.
HSL color Cylindrical-coordinate representation of color #FD665B: hue angle of 4.07º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD665B is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 102 | 91 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.01 |
| HSL | 4.07º | 0.98% | 0.67% | - |
| HSV(B) | 4.07º | 0.64% | 0.99% | - |
| XYZ | 47.15 | 31.14 | 13.42 | - |
| YUV | 145.9 | 97.03 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 102 | 91 | 0 | 0.60 | 0.64 | 0.01 | 4.07 | 0.98 | 0.67 |
| Hex | FD | 66 | 5B | 0 | 3C | 40 | 1 | 4 | 62 | 43 |
| Octal | 375 | 146 | 133 | 0 | 74 | 100 | 1 | 4 | 142 | 103 |
| Binary | 11111101 | 1100110 | 1011011 | 0 | 111100 | 1000000 | 1 | 100 | 1100010 | 1000011 |
Color Harmonies of #FD665B
Complementary color
Monochromatic Colors of #FD665B
Black with #FD665B
Text Example
Text Example
White with #FD665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD665B; }
p { color: rgb(253,102,91); }
H1.HeaderClassName
{
color: #FD665B;
}
.AnyTagClassName
{
color: #FD665B;
}
</style>
background-color css
<style>
a { background-color: #FD665B; }
a { background-color: rgb(253,102,91); }
div.DivClassName
{
background-color: #FD665B;
}
.BgClassName
{
background-color: #FD665B;
}
</style>
border-color css
<style>
span { border-color: #FD665B; }
span { border-color: rgb(253,102,91); }
td.TdClassName
{
border-color: #FD665B;
}
.TagClassName
{
border-color: #FD665B;
}
</style>