Shades of Bittersweet #FF6660
Tints of Bittersweet #FF6660
RGB
CMYK
RGB Variations
Color information
#FF6660 (or 0xFF6660) is known color: Bittersweet. HEX triplet: FF, 66 and 60. RGB value is (255,102,96). Sum of RGB (Red+Green+Blue) = 255+102+96=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6660 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6660 is #00999F. Grayscale: #939393. Windows color (decimal): -39328 or 6317823. OLE color: 6317823.
HSL color Cylindrical-coordinate representation of color #FF6660: hue angle of 2.26º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF6660 is Cyan = 0, Magento = 0.6, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 96 | - |
| CMYK | 0 | 0.6 | 0.62 | 0 |
| HSL | 2.26º | 1% | 0.69% | - |
| HSV(B) | 2.26º | 0.62% | 1% | - |
| XYZ | 48.1 | 31.61 | 14.63 | - |
| YUV | 147.06 | 99.19 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 96 | 0 | 0.6 | 0.62 | 0 | 2.26 | 1 | 0.69 |
| Hex | FF | 66 | 60 | 0 | 3C | 3E | 0 | 2 | 64 | 45 |
| Octal | 377 | 146 | 140 | 0 | 74 | 76 | 0 | 2 | 144 | 105 |
| Binary | 11111111 | 1100110 | 1100000 | 0 | 111100 | 111110 | 0 | 10 | 1100100 | 1000101 |
Color Harmonies of #FF6660
Complementary color
Monochromatic Colors of #FF6660
Black with #FF6660
Text Example
Text Example
White with #FF6660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6660; }
p { color: rgb(255,102,96); }
H1.HeaderClassName
{
color: #FF6660;
}
.AnyTagClassName
{
color: #FF6660;
}
</style>
background-color css
<style>
a { background-color: #FF6660; }
a { background-color: rgb(255,102,96); }
div.DivClassName
{
background-color: #FF6660;
}
.BgClassName
{
background-color: #FF6660;
}
</style>
border-color css
<style>
span { border-color: #FF6660; }
span { border-color: rgb(255,102,96); }
td.TdClassName
{
border-color: #FF6660;
}
.TagClassName
{
border-color: #FF6660;
}
</style>