Shades of Bittersweet #FF6658
Tints of Bittersweet #FF6658
RGB
CMYK
RGB Variations
Color information
#FF6658 (or 0xFF6658) is known color: Bittersweet. HEX triplet: FF, 66 and 58. RGB value is (255,102,88). Sum of RGB (Red+Green+Blue) = 255+102+88=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6658 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6658 is #0099A7. Grayscale: #929292. Windows color (decimal): -39336 or 5793535. OLE color: 5793535.
HSL color Cylindrical-coordinate representation of color #FF6658: hue angle of 5.03º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF6658 is Cyan = 0, Magento = 0.6, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 88 | - |
| CMYK | 0 | 0.6 | 0.65 | 0 |
| HSL | 5.03º | 1% | 0.67% | - |
| HSV(B) | 5.03º | 0.65% | 1% | - |
| XYZ | 47.75 | 31.47 | 12.79 | - |
| YUV | 146.15 | 95.19 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 88 | 0 | 0.6 | 0.65 | 0 | 5.03 | 1 | 0.67 |
| Hex | FF | 66 | 58 | 0 | 3C | 41 | 0 | 5 | 64 | 43 |
| Octal | 377 | 146 | 130 | 0 | 74 | 101 | 0 | 5 | 144 | 103 |
| Binary | 11111111 | 1100110 | 1011000 | 0 | 111100 | 1000001 | 0 | 101 | 1100100 | 1000011 |
Color Harmonies of #FF6658
Complementary color
Monochromatic Colors of #FF6658
Black with #FF6658
Text Example
Text Example
White with #FF6658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6658; }
p { color: rgb(255,102,88); }
H1.HeaderClassName
{
color: #FF6658;
}
.AnyTagClassName
{
color: #FF6658;
}
</style>
background-color css
<style>
a { background-color: #FF6658; }
a { background-color: rgb(255,102,88); }
div.DivClassName
{
background-color: #FF6658;
}
.BgClassName
{
background-color: #FF6658;
}
</style>
border-color css
<style>
span { border-color: #FF6658; }
span { border-color: rgb(255,102,88); }
td.TdClassName
{
border-color: #FF6658;
}
.TagClassName
{
border-color: #FF6658;
}
</style>