Shades of Bittersweet #FF6662
Tints of Bittersweet #FF6662
RGB
CMYK
RGB Variations
Color information
#FF6662 (or 0xFF6662) is known color: Bittersweet. HEX triplet: FF, 66 and 62. RGB value is (255,102,98). Sum of RGB (Red+Green+Blue) = 255+102+98=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6662 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6662 is #00999D. Grayscale: #939393. Windows color (decimal): -39326 or 6448895. OLE color: 6448895.
HSL color Cylindrical-coordinate representation of color #FF6662: hue angle of 1.53º 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 #FF6662 is Cyan = 0, Magento = 0.6, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 98 | - |
| CMYK | 0 | 0.6 | 0.62 | 0 |
| HSL | 1.53º | 1% | 0.69% | - |
| HSV(B) | 1.53º | 0.62% | 1% | - |
| XYZ | 48.2 | 31.64 | 15.12 | - |
| YUV | 147.29 | 100.19 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 98 | 0 | 0.6 | 0.62 | 0 | 1.53 | 1 | 0.69 |
| Hex | FF | 66 | 62 | 0 | 3C | 3E | 0 | 2 | 64 | 45 |
| Octal | 377 | 146 | 142 | 0 | 74 | 76 | 0 | 2 | 144 | 105 |
| Binary | 11111111 | 1100110 | 1100010 | 0 | 111100 | 111110 | 0 | 10 | 1100100 | 1000101 |
Color Harmonies of #FF6662
Complementary color
Monochromatic Colors of #FF6662
Black with #FF6662
Text Example
Text Example
White with #FF6662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6662; }
p { color: rgb(255,102,98); }
H1.HeaderClassName
{
color: #FF6662;
}
.AnyTagClassName
{
color: #FF6662;
}
</style>
background-color css
<style>
a { background-color: #FF6662; }
a { background-color: rgb(255,102,98); }
div.DivClassName
{
background-color: #FF6662;
}
.BgClassName
{
background-color: #FF6662;
}
</style>
border-color css
<style>
span { border-color: #FF6662; }
span { border-color: rgb(255,102,98); }
td.TdClassName
{
border-color: #FF6662;
}
.TagClassName
{
border-color: #FF6662;
}
</style>