Shades of Bittersweet #FD6665
Tints of Bittersweet #FD6665
RGB
CMYK
RGB Variations
Color information
#FD6665 (or 0xFD6665) is known color: Bittersweet. HEX triplet: FD, 66 and 65. RGB value is (253,102,101). Sum of RGB (Red+Green+Blue) = 253+102+101=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6665 is #02999A. Grayscale: #939393. Windows color (decimal): -170395 or 6645501. OLE color: 6645501.
HSL color Cylindrical-coordinate representation of color #FD6665: hue angle of 0.39º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD6665 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 102 | 101 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.01 |
| HSL | 0.39º | 0.97% | 0.69% | - |
| HSV(B) | 0.39º | 0.6% | 0.99% | - |
| XYZ | 47.61 | 31.32 | 15.85 | - |
| YUV | 147.04 | 102.03 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 102 | 101 | 0 | 0.60 | 0.60 | 0.01 | 0.39 | 0.97 | 0.69 |
| Hex | FD | 66 | 65 | 0 | 3C | 3C | 1 | 0 | 61 | 45 |
| Octal | 375 | 146 | 145 | 0 | 74 | 74 | 1 | 0 | 141 | 105 |
| Binary | 11111101 | 1100110 | 1100101 | 0 | 111100 | 111100 | 1 | 0 | 1100001 | 1000101 |
Color Harmonies of #FD6665
Complementary color
Monochromatic Colors of #FD6665
Black with #FD6665
Text Example
Text Example
White with #FD6665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6665; }
p { color: rgb(253,102,101); }
H1.HeaderClassName
{
color: #FD6665;
}
.AnyTagClassName
{
color: #FD6665;
}
</style>
background-color css
<style>
a { background-color: #FD6665; }
a { background-color: rgb(253,102,101); }
div.DivClassName
{
background-color: #FD6665;
}
.BgClassName
{
background-color: #FD6665;
}
</style>
border-color css
<style>
span { border-color: #FD6665; }
span { border-color: rgb(253,102,101); }
td.TdClassName
{
border-color: #FD6665;
}
.TagClassName
{
border-color: #FD6665;
}
</style>