Shades of Bittersweet #FF665D
Tints of Bittersweet #FF665D
RGB
CMYK
RGB Variations
Color information
#FF665D (or 0xFF665D) is known color: Bittersweet. HEX triplet: FF, 66 and 5D. RGB value is (255,102,93). Sum of RGB (Red+Green+Blue) = 255+102+93=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF665D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF665D is #0099A2. Grayscale: #929292. Windows color (decimal): -39331 or 6121215. OLE color: 6121215.
HSL color Cylindrical-coordinate representation of color #FF665D: hue angle of 3.33º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF665D is Cyan = 0, Magento = 0.6, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 93 | - |
| CMYK | 0 | 0.6 | 0.64 | 0 |
| HSL | 3.33º | 1% | 0.68% | - |
| HSV(B) | 3.33º | 0.64% | 1% | - |
| XYZ | 47.97 | 31.55 | 13.92 | - |
| YUV | 146.72 | 97.69 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 93 | 0 | 0.6 | 0.64 | 0 | 3.33 | 1 | 0.68 |
| Hex | FF | 66 | 5D | 0 | 3C | 40 | 0 | 3 | 64 | 44 |
| Octal | 377 | 146 | 135 | 0 | 74 | 100 | 0 | 3 | 144 | 104 |
| Binary | 11111111 | 1100110 | 1011101 | 0 | 111100 | 1000000 | 0 | 11 | 1100100 | 1000100 |
Color Harmonies of #FF665D
Complementary color
Monochromatic Colors of #FF665D
Black with #FF665D
Text Example
Text Example
White with #FF665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF665D; }
p { color: rgb(255,102,93); }
H1.HeaderClassName
{
color: #FF665D;
}
.AnyTagClassName
{
color: #FF665D;
}
</style>
background-color css
<style>
a { background-color: #FF665D; }
a { background-color: rgb(255,102,93); }
div.DivClassName
{
background-color: #FF665D;
}
.BgClassName
{
background-color: #FF665D;
}
</style>
border-color css
<style>
span { border-color: #FF665D; }
span { border-color: rgb(255,102,93); }
td.TdClassName
{
border-color: #FF665D;
}
.TagClassName
{
border-color: #FF665D;
}
</style>