Shades of Bittersweet #FF6665
Tints of Bittersweet #FF6665
RGB
CMYK
RGB Variations
Color information
#FF6665 (or 0xFF6665) is known color: Bittersweet. HEX triplet: FF, 66 and 65. RGB value is (255,102,101). Sum of RGB (Red+Green+Blue) = 255+102+101=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6665 is #00999A. Grayscale: #939393. Windows color (decimal): -39323 or 6645503. OLE color: 6645503.
HSL color Cylindrical-coordinate representation of color #FF6665: hue angle of 0.39º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6665 is Cyan = 0, Magento = 0.6, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 101 | - |
| CMYK | 0 | 0.6 | 0.60 | 0 |
| HSL | 0.39º | 1% | 0.7% | - |
| HSV(B) | 0.39º | 0.6% | 1% | - |
| XYZ | 48.34 | 31.7 | 15.88 | - |
| YUV | 147.63 | 101.69 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 101 | 0 | 0.6 | 0.60 | 0 | 0.39 | 1 | 0.7 |
| Hex | FF | 66 | 65 | 0 | 3C | 3C | 0 | 0 | 64 | 46 |
| Octal | 377 | 146 | 145 | 0 | 74 | 74 | 0 | 0 | 144 | 106 |
| Binary | 11111111 | 1100110 | 1100101 | 0 | 111100 | 111100 | 0 | 0 | 1100100 | 1000110 |
Color Harmonies of #FF6665
Complementary color
Monochromatic Colors of #FF6665
Black with #FF6665
Text Example
Text Example
White with #FF6665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6665; }
p { color: rgb(255,102,101); }
H1.HeaderClassName
{
color: #FF6665;
}
.AnyTagClassName
{
color: #FF6665;
}
</style>
background-color css
<style>
a { background-color: #FF6665; }
a { background-color: rgb(255,102,101); }
div.DivClassName
{
background-color: #FF6665;
}
.BgClassName
{
background-color: #FF6665;
}
</style>
border-color css
<style>
span { border-color: #FF6665; }
span { border-color: rgb(255,102,101); }
td.TdClassName
{
border-color: #FF6665;
}
.TagClassName
{
border-color: #FF6665;
}
</style>