Shades of Bittersweet #FF6664
Tints of Bittersweet #FF6664
RGB
CMYK
RGB Variations
Color information
#FF6664 (or 0xFF6664) is known color: Bittersweet. HEX triplet: FF, 66 and 64. RGB value is (255,102,100). Sum of RGB (Red+Green+Blue) = 255+102+100=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6664 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6664 is #00999B. Grayscale: #939393. Windows color (decimal): -39324 or 6579967. OLE color: 6579967.
HSL color Cylindrical-coordinate representation of color #FF6664: hue angle of 0.77º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF6664 is Cyan = 0, Magento = 0.6, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 100 | - |
| CMYK | 0 | 0.6 | 0.61 | 0 |
| HSL | 0.77º | 1% | 0.7% | - |
| HSV(B) | 0.77º | 0.61% | 1% | - |
| XYZ | 48.29 | 31.68 | 15.63 | - |
| YUV | 147.52 | 101.19 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 100 | 0 | 0.6 | 0.61 | 0 | 0.77 | 1 | 0.7 |
| Hex | FF | 66 | 64 | 0 | 3C | 3D | 0 | 1 | 64 | 46 |
| Octal | 377 | 146 | 144 | 0 | 74 | 75 | 0 | 1 | 144 | 106 |
| Binary | 11111111 | 1100110 | 1100100 | 0 | 111100 | 111101 | 0 | 1 | 1100100 | 1000110 |
Color Harmonies of #FF6664
Complementary color
Monochromatic Colors of #FF6664
Black with #FF6664
Text Example
Text Example
White with #FF6664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6664; }
p { color: rgb(255,102,100); }
H1.HeaderClassName
{
color: #FF6664;
}
.AnyTagClassName
{
color: #FF6664;
}
</style>
background-color css
<style>
a { background-color: #FF6664; }
a { background-color: rgb(255,102,100); }
div.DivClassName
{
background-color: #FF6664;
}
.BgClassName
{
background-color: #FF6664;
}
</style>
border-color css
<style>
span { border-color: #FF6664; }
span { border-color: rgb(255,102,100); }
td.TdClassName
{
border-color: #FF6664;
}
.TagClassName
{
border-color: #FF6664;
}
</style>